Calculates the base 2 logarithm of a double field.
Omitted Argument NamesThe argument name for
field
can be omitted; the following forms of this function are equivalent:logscalemath:log2("field")
and:
logscalemath:log2(field="field")
These examples show basic structure only; full examples are provided below.