Tan Function
Syntax Tan(Num)
Group Math
Description Return the tangent.
Parameter Description
Num Return the tangent of this numeric value.
See Also Atn, Cos, Sin.
Example
'#Language
"WWB-COM"
Sub Main
Debug.Print Tan(1) ' 1.5574077246549
EndSub