Tan(number) returns The tangent of the angle specified by number (measured in radians). : Tan « Math Functions « VBA / Excel / Access / Word






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

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

 

Related examples in the same category

1.Tan() Returns the tangent of a number (radians).