math.log10

math.log10(
   x as Number
) as Number

Summary

Returns the base-10 logarithm of x.

Parameters
x The floating point number to be evaluated.

Example

  math.log10(1000)) 

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