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

math::asin

Compute the arcsine (inverse sine) of a value in radians.

Syntax

RQL

Parameters

NameTypeDescription
valueNumberA number between -1 and 1

Return Value

Returns a Number representing the arcsine in radians.

Examples

$ Calculate arcsine
$ ctrl+enter to run

Related Functions