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:logscalemath:pow("field",exponent="value")
and:
logscalemath:pow(field="field",exponent="value")
These examples show basic structure only.