DRAFTThis page is not published. Only visible in development mode.
math module · Scalar Function

math::tan

Compute the tangent of an angle in radians.

Syntax

RQL

Parameters

NameTypeDescription
angleNumberThe angle in radians

Return Value

Returns a Number representing the tangent of the angle.

Examples

$ Calculate tangent
$ ctrl+enter to run

Related Functions