util.Math.exp
Computes the base-e exponential of the value passed as parameter.
Syntax
util.Math.exp(
   x FLOAT )
  RETURNS FLOAT
- x is a floating point value.
 
Usage
Returns NULL if the argument provided on error.
Computes the base-e exponential of the value passed as parameter.
util.Math.exp(
   x FLOAT )
  RETURNS FLOAT
Returns NULL if the argument provided on error.