MarkLogic 10 Product Documentation
math:atanmath:atan(
$x as xs:double
) as xs:double
Summary
Returns the arc tangent of x, in radians.
in the range from -pi/2 to +pi/2 (inclusive).
Parameters |
x |
The floating point number to be evaluated.
|
Example
math:atan(3.14159)
=> 1.26262701154934
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.