Variable: float-e

float-e is a variable defined in float-sup.el.gz.

Value

2.718281828459045

Documentation

The value of e (2.7182818...).

View in manual

Probably introduced at or before Emacs version 23.3.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/float-sup.el.gz
(defconst float-e (exp 1) "The value of e (2.7182818...).")