Function exp( x )

Description:
Euler's number e raised to a power.
Parameters:
x (floating point)
the exponent to raise e to.
Return Value (floating point):
the value ex, where e is the base of the natural logarithms.
Signature:
double exp(double)