Tan

Math Functions
Aptilis 1

Tan(x)

Tan returns the tangential of a value.
It expects to be fed angles in radians.
Tan is not defined for x = pi/2.
Tan(x) is equivalent to sin(x) / cos(x)

Return value:
tan(x)

Example:

r = tan(1)
print(r)
Result:
0.01745506492822