Calculates the base 2 logarithm of a double field.
Note
Math functions on ARM architecture may return different results in very high-precision calculationsc compared to Intel/AMD architectures.
Hide omitted argument names for this function
Omitted Argument NamesThe argument name for
fieldcan be omitted; the following forms of this function are equivalent:logscale Syntaxmath:log2("value")and:
logscale Syntaxmath:log2(field="value")These examples show basic structure only.