We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8387df commit a3cd25fCopy full SHA for a3cd25f
src/main/clojure/clojure/math/numeric_tower.clj
@@ -60,7 +60,8 @@ exact-integer-sqrt - Implements a math function from the R6RS Scheme
60
returns [s r] where k = s^2+r and k < (s+1)^2. In other words, it
61
returns the floor of the square root and the \"remainder\".
62
"}
63
- clojure.math.numeric-tower)
+ clojure.math.numeric-tower
64
+ (:refer-clojure :exclude [abs]))
65
66
;; so this code works with both 1.2.x and 1.3.0:
67
(def ^{:private true} minus (first [-' -]))
0 commit comments