Calculates the natural logarithm (base e) of the value in a double field.
Function Traits: FieldComputationFunction
The parameter name for field
can be omitted; the following forms are equivalent:
logscale
math:log("value")
and:
logscale
math:log(field="value")