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

math::atan

Compute the arctangent (inverse tangent) of a value in radians.

Syntax

RQL

Parameters

NameTypeDescription
valueNumberThe value to compute the arctangent of

Return Value

Returns a Number representing the arctangent in radians.

Examples

$ Calculate arctangent
$ ctrl+enter to run

Related Functions