Fix definition of E

This commit is contained in:
Lee Spector 2023-11-07 20:05:01 -05:00 committed by GitHub
parent e488bbf9da
commit fac7b03b0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"