exp()

The system function MathLib.exp returns e raised to the power of a number.

  MathLib.exp(numericField mathLibNumber in)
  returns (result mathLibTypeDependentResult)
result
Any numeric or HEX item, as described in MathLib. The value returned by MathLib.exp is converted to the format of result and returned in result.
numericField
Any numeric or HEX item, as described in MathLib. The item is converted to double-precision floating-point before MathLib.exp is called.

Example

  result = MathLib.exp(myItem);

Related reference
EGL library MathLib

Feedback
(C) Copyright IBM Corporation 2000, 2005. All Rights Reserved.