Tan() Returns the tangent of a number (radians). : Tan « Math Functions « VBA / Excel / Access / Word






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

 
Sub tanDemo()
    tan (3.14159265 / 4)
End Sub

 

Related examples in the same category

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