MS Access
Exp()
Function
Example
Return
e
raised to the 5th power:
SELECT Exp(5) AS ExpNum;
Definition and Usage
The Exp() function returns
e
raised to the power of a specified number.
The constant
e
(2.718281…), is the base of natural logarithms.
Syntax
Exp(
number
)
Parameter Values
Parameter | Description |
---|---|
number |
Required. The power number |
Technical Details
Works in: | From Access 2000 |
---|