MS Access Exp() Function

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 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

Copyright 1999-2023 by Refsnes Data. All Rights Reserved.