tan constant

double Function(num radians) const tan

Computes and returns the tangent of the specified angle. Shortcut of math.tan

Implementation

static const tan = math.tan;