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.
Â
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.