cljs.math/E

varsince v1.11.50Edit
Source docstring:
Constant for Euler's number e, the base for natural logarithms.
See: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/E
Source code @ clojurescript:src/main/cljs/cljs/math.cljs
(def
  ^{:added "1.11.10"
    :tag number
    :const true} E Math/E)