Fix definition of E
This commit is contained in:
parent
e488bbf9da
commit
fac7b03b0c
@ -5,7 +5,7 @@
|
|||||||
:cljs js/Math.PI))
|
:cljs js/Math.PI))
|
||||||
|
|
||||||
(defonce ^{:no-doc true :const true} E #?(:clj Math/E
|
(defonce ^{:no-doc true :const true} E #?(:clj Math/E
|
||||||
:cljs js/Math.PI))
|
:cljs js/Math.E))
|
||||||
|
|
||||||
(defn step
|
(defn step
|
||||||
"returns 1 if number is nonzero, 0 otherwise"
|
"returns 1 if number is nonzero, 0 otherwise"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user