Tan Function

Syntax

Tan(Num)

Group

Math

Description

Return the tangent.

Parameters

Parameters 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