math.atan( x as Number ) as Number
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. |
math.atan(3.14159) => 1.26262701154934
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.