math.log10( x as Number ) as Number
Returns the base-10 logarithm of x.
Parameters | |
---|---|
x | The floating point number to be evaluated. |
math.log10(1000)) => 3
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.