TAN()

Syntax:

tan%(<float expression>)

The TAN() function returns the tangent value of the given numeric expression. The function only accepts a float as its single argument and can only return a float.

Example:

print tan%(1.0)
rem -- the above outputs 1.55740772