Mega Code Archive

 
Categories / VisualBasic Script / Math Functions
 

Tan(number) returns The tangent of the angle specified by number (measured in radians)

Sub mathDemo16()    Debug.Print tan(2) End Sub