Calculates the tangent of an angle that is entered in radians.
numeric.tan( )
Returns: Number
This function does not take any arguments.
<cfset numeric=90> <cfoutput>#numeric.tan()#</cfoutput>