Syntax 

Tan(Num)


Group 

Math 


Description 

Return the tangent.


Parameters

Description

Num 

Return the tangent of this numeric value.


See Also 

Atn, Cos, Sin


Example

Sub Main

    Debug.Print Tan(1) ' 1.5574077246549

End Sub