Built-in Functions → exp

exp() is an exponential scalar arithmertic function that evaluates its argument and returns the value raised by e to a given power.

Signature

exp(double exp)
  • double exp : value to raise e

Returns

double

Example

Compute e to the power in PROD_COST.

exp(Sales.Products.PROD_COST)