Daffodil Computers Ltd.

Office Suite Tutorial => Microsoft Office Access => Topic started by: bbasujon on August 15, 2012, 05:24:02 PM

Title: Microsoft Access Function Library: Exp()
Post by: bbasujon on August 15, 2012, 05:24:02 PM
Function: Exp()

Purpose: The Exp() function returns a Double containing the value of e (2.7182818284590...) raised to the specified power.

Usage: Exp(power)

The input power is a number argument.

Returns: Double corresponding to e raised to the specified power.

Examples and Special Cases

 Exp(0)=0
 Exp(1)=2.718
 Exp(5)=148.413
 Exp(10)=22026.466