Author Topic: Microsoft Access Function Library: Exp()  (Read 3864 times)

bbasujon

  • Administrator
  • VIP Member
  • *****
  • Posts: 1826
  • I want to show my performance at any where
    • View Profile
    • Higher Education
Microsoft Access Function Library: Exp()
« 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
 
Acquire the knowledge and share the knowledge so that knowing,learning then sharing - all are the collection