RETURNS THE VALUE OF E RAISED TO THE POWER OF V
ACTION
The function EXP(V) returns the value of e raised to the power of V.
V can be a real or integer number.
Remark: e = 2.71828182845905
SYNTAX:
Result=EXP(V)
USE ERROR EXAMPLE
print exp(2.1)
print "Result = 8.16616991256765"
EXP()
EXP(V)
SEE ALSO
LOG()
LOG10()
LOG2()