Calculates Euler's number e raised to the power of a double value in a field.

Function Traits: FieldComputationFunction

ParameterTypeRequiredDefaultDescription
asstringoptional_exp The name of the output field.
field[a]stringrequired  The name of the input field.

[a] The argument name field can be omitted.

The parameter name for field can be omitted; the following forms are equivalent:

logscale
math:exp("value")

and:

logscale
math:exp(field="value")