|
Description |
Exp() returns e (the base of natural logarithms) raised to a power. |
|
|
Syntax |
Exp(number) |
|
|
Parameters |
number A number, or an expression that evaluates to a number. |
|
|
Return Value |
e |
|
|
Examples |
Exp1=Exp(IBM.last) |
|
|
Comments |
The Exp() function compliments the action of the Log() function and is sometimes referred to as the antilogarithm. |