Loading TOC...

math.log

math.log(
   x as Number
) as Number

Summary

Returns the base-e logarithm of x.

Parameters
x The floating point number to be evaluated.

Example

  math.log(1000)

  => 6.90775527898214

Stack Overflow iconStack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.