math.radians

math.radians(
   x as Number
) as Number

Summary

Returns numeric expression converted from degrees to radians.

Parameters
x An angle expressed in degrees.

Example

   math.radians(90)

  => 1.5707963267949
Powered by MarkLogic Server | Terms of Use | Privacy Policy