Calculates the field value to the exponent power, that is,
fieldexponent
.
It supports decimal values.
Hide omitted argument names for this function
Omitted Argument NamesThe argument name for
field
can be omitted; the following forms of this function are equivalent:logscale Syntaxmath:pow("value",exponent="value")
and:
logscale Syntaxmath:pow(field="value",exponent="value")
These examples show basic structure only.