aboutsummaryrefslogtreecommitdiff
path: root/src/clojure/contrib/math.clj
AgeCommit message (Collapse)Author
2009-05-04Lots 'o doc stringsTom Faulhaber
2009-03-29Patched exact-integer-sqrt to work with Longs.Mark Engelberg
2009-03-01fix issue 30: add lcm function to clojure.contrib.math (with tests) from ↵scgilardi
gnuvince
2009-01-25math: remove 'mod' (was added to Clojure svn rev 1227)Chouser
2009-01-18Added doc strings to multimethods in math.clj.Mark Engelberg
2009-01-18Added math.clj, which contains several math functions that are considered ↵Mark Engelberg
standard in Scheme implementations, adapted to Clojure's numeric tower when relevant, using Java's Math library for doubles. Also added a math folder, which contains tests.clj (test cases for math.clj).