Merge branch 'master' into fix/float-and-better-logging

This commit is contained in:
Tom Helmuth 2023-11-07 20:25:10 -05:00
commit 739e975111

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"