MS Access Exp() Function
THE WORLD'S LARGEST WEB DEVELOPER SITE

MS Access Exp() Function

❮ MS Access Functions

Example

Return e raised to the 5th power:

SELECT Exp(5) AS ExpNum;
Try it Yourself »

Definition and Usage

The Exp() function returns e raised to the nth power. E = 2.71828183.

Syntax

Exp(number)

Parameter Values

Parameter Description
number Required. The power to raise e to

Technical Details

Works in: Access 2016, Access 2013, Access 2010, Access 2007, Access 2003, Access XP, Access 2000

❮ MS Access Functions