In Access, the Exp function returns a double specifying e raised to the nth power. The constant e is approximately 2.718282.
The syntax for the Exp function is:
Exp ( number )
The argument number can be any valid numeric expression. If the value of number exceeds 709.782712893, an error occurs.
|
VBA Code
|
This example uses the Exp function to return e raised to a power. Now the MyNumber variable would contain the value 13.18815734.
SQL query
You can also use the Exp function in a query.
|