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

math::sin

Compute the sine of an angle in radians.

Syntax

RQL

Parameters

NameTypeDescription
angleNumberThe angle in radians

Return Value

Returns a Number representing the sine of the angle.

Examples

$ Calculate sine
$ ctrl+enter to run

Related Functions