math.sqrt

math.sqrt(
   x as Number
) as Number

Summary

Returns the square root of x.

Parameters
x The floating point number to be evaluated.

Example

  math.sqrt(4) 

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