Navigation: ESL Documentation > ESL Programmers Reference > Libraries, Functions & Subroutines > Maths Library Subroutines & Functions > Maths Library Functions
MATHLIB Function
Return the exponential function of X.
EXP(X_FV)
X_FV
A floating point value.
Description
Use this function to return a floating point value that is the exponential function of X_FV (the value that is e to the X_FV power).