EXP

Returns e raised to the power of the value in a numeric field.

For the purposes of this function, e ~= 2.71828.

EXP ( <field_name or value> )
  • field_name or value: The numeric field or value to perform the calculation on.

Example: create a field at the Purchase level that returns e raised to the power of the purchase price.

EXP( [Purchase.Purchase Price] )