Returns the tangent of the specified angle.

Syntax

Smartsite SXML CopyCode image Copy Code
float math.tan(float a)

Parameters

Name Data Type Description
a Float An angle, measured in radians.

Return Value

Data Type Description
Float The tangent of the specified angle.

Expand image Example

SXML