WLJS LogoWLJS Notebook

E

E is the exponential constant (base of natural logarithms), with numerical value ≃2.71828.

Examples

Get the numerical value:

N[E]
(* 2.71828 *)

Use in exponential function:

E^(I Pi) + 1
(* 0 *)

Please visit the official Wolfram Language Reference for more details.

On this page