Syntax:
Tan(Num)
Math
Returns the tangent.
Parameter
Description
Num
Return the tangent of this numeric value.
Example:
Sub Main Debug.Print Tan(1) ' 1.5574077246549 End Sub
Atn, Cos, Sin