Calculate and return the exponential value of eee raised to the power of 5:
| SELECT Exp(5) AS ExpNum; |
The Exp() function computes the value of the constant e (approximately 2.718281…) raised to the power of a specified number.
| Exp(number) |
|
Parameter |
Description |
|
number |
Required: The exponent or power number. |
|
Works in: |
From Access 2000 |