util.Math.exp

Computes the base-e exponential of the value passed as parameter.

Syntax

util.Math.exp(
   val FLOAT )
  RETURNING result FLOAT
  1. val is a floating point value.

Usage

Returns NULL if the argument provided on error.