math:log

math:log(
   $x as xs:double
) as xs:double

Summary

Returns the base-e logarithm of x.

Parameters
x The floating point number to be evaluated.

Example

  math:log(1000)

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