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

math::cos

Compute the cosine of an angle in radians.

Syntax

RQL

Parameters

NameTypeDescription
angleNumberThe angle in radians

Return Value

Returns a Number representing the cosine of the angle.

Examples

$ Calculate cosine
$ ctrl+enter to run

Related Functions