E

Syntax

E ( )

Description

Use the E function to return the value of e, which is the base of natural logarithms.

Returns

The value of e.

Example

These examples employ the E built-in function:

  • E( ) returns 2.7182818285.

  • E( ) ^ 5 returns 148.4131591026 (e raised to the 5th power).