exp
Returns e raised to a given power.
Example
Compute e to the power in PROD_COST.
exp(Sales.Products.PROD_COST)
Syntax
exp(double expr x)
- x : value to raise e
Returns
double
Notes
Function exp
evaluates its argument and raises e by this value.