EXP


 
SYNTAX:
 
FUNCTION EXP ( V:NUMBER ) : REAL;
 
The exp function returns e (the base of the natural logarithm system) raised to the power V.
 
Parameters :
 V is a number.