Remove defn for /=

This commit is contained in:
Erik Svedäng 2019-09-27 15:48:10 +02:00
parent e8e641de99
commit 1a0b003745

View File

@ -68,9 +68,6 @@ The margin of error is `0.00001`.")
(defn = [a b]
(Double.= @a @b))
(defn /= [a b]
(Double./= @a @b))
(defn < [a b]
(Double.< @a @b))