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

math::acos

Compute the arccosine (inverse cosine) of a value in radians.

Syntax

RQL

Parameters

NameTypeDescription
valueNumberA number between -1 and 1

Return Value

Returns a Number representing the arccosine in radians.

Examples

$ Calculate arccosine
$ ctrl+enter to run

Related Functions