Exp()
Summary
Returns the value of the constant e raised to a power.
Syntax
value = Exp(real value1)
| Argument | Contents |
|---|---|
| value1 | Any number |
Returns
A real number indicating the value of the constant e raised to the power value1.
See Also
| Function | Summary |
|---|---|
| Log() | Returns the natural logarithm of a number |
| Log10() | Returns the common logarithm of a number |
| Pow() | Computes the value of a number raised to a power |