Skip to content

Commit

Permalink
CLJS-594: declare divide to avoid confusion
Browse files Browse the repository at this point in the history
  • Loading branch information
swannodette committed Sep 25, 2013
1 parent a1fa14b commit b81c96a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cljs/cljs/core.cljs
Expand Up @@ -1413,6 +1413,8 @@ reduces them without incurring seq initialization"
([x y] (cljs.core/* x y))
([x y & more] (reduce * (cljs.core/* x y) more)))

(declare divide)

(defn /
"If no denominators are supplied, returns 1/numerator,
else returns numerator divided by all of the denominators."
Expand Down

0 comments on commit b81c96a

Please sign in to comment.