Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-04 | Lots 'o doc strings | Tom Faulhaber | |
2009-03-29 | Patched exact-integer-sqrt to work with Longs. | Mark Engelberg | |
2009-03-01 | fix issue 30: add lcm function to clojure.contrib.math (with tests) from ↵ | scgilardi | |
gnuvince | |||
2009-01-25 | math: remove 'mod' (was added to Clojure svn rev 1227) | Chouser | |
2009-01-18 | Added doc strings to multimethods in math.clj. | Mark Engelberg | |
2009-01-18 | Added 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). |