Base Scripting Language GuidePascal-Library Custom Scripting FunctionsExpOn this pageExpReturns the exponential of X. Structure Exp(X: Real): Real; Parameters Return value Description Exp returns the value of e raised to the power of X, where e is the base of the natural logarithms.