bugl
bugl
HomeLearnPatternsPathsSearchPremium
HomeLearnPatternsPaths

Loading lesson path

Learn/SQL/SQL References
SQL•SQL References

MS Access Exp() Function

Example

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

ParameterDescription
numberRequired. The power number

Technical Details

Works in:From Access 2000

Previous

MS Access Count() Function

Next

MS Access Fix() Function