Tan Function
Syntax:
Tan(
Num
)
Group:
Math
Description:
Return the tangent.
Parameter Description
Num
Return the tangent of this number value.
Example:
Sub
Main
Debug
.
Print
Tan(1) ' 1.5574077246549
End
Sub