tan Function

Purpose:

To return the trigonometric tangent of a angle

Syntax:

tan(x)

Comments:

x must be given in radians.

Example:

p tan(45/RAD) // convert degrees to radians

1.0000