math module · Scalar Function
math::atan
Compute the arctangent (inverse tangent) of a value in radians.
Syntax
RQL
Parameters
| Name | Type | Description |
|---|---|---|
value | Number | The value to compute the arctangent of |
Return Value
Returns a Number representing the arctangent in radians.
Examples
$ Calculate arctangent
