Tan()
Calculates the tangent of an angle that is entered in radians.
Tan( number=number );
Returns: Number
Examples
The following code example will output the values returned from the tan() function for the given input value.
<cfoutput>#tan(90)#</cfoutput>
See also
- Numbers
- Math
- numeric.tan()
- Search Issue Tracker
- Search Lucee Test Cases (good for further, detailed examples)