Tan Function

Syntax:

Tan(Num)

Group:

Math

Description: 

Returns the tangent.

Parameters:

Parameter

Description

Num

Return the tangent of this numeric value.

Example:

Sub Main
  Debug.Print Tan(1) ' 1.5574077246549
End
Sub

See Also:

Atn, Cos, Sin