bugl
bugl
HomeLearnPatternsSearch
HomeLearnPatternsSearch

Loading lesson path

Learn/SQL/SQL References
SQL•SQL References

MS Access Exp() Function

Concept visual

MS Access Exp() Function

Pointer walk
two pointers
leftright102132436485116
left=0
right=6
1
3

Start at both ends

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

Previous

❮ MS Access Functions

Next

Previous

MS Access Count() Function

Next

MS Access Fix() Function