Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-20 | Move source files into Maven-style directory structure. | Stuart Sierra | |
2009-09-28 | compile str-utils2 and other build fixes, refs #22 | Stuart Halloway | |
2009-06-24 | gtic: move clojure tests and supporting libraries into clojure repos | Stuart Halloway | |
2009-03-29 | Fixed misplaced parenthesis in previous patch of math tests. | Mark Engelberg | |
2009-03-29 | Added test to exact-integer-sqrt for Longs. | Mark Engelberg | |
2009-03-01 | fix issue 30: add lcm function to clojure.contrib.math (with tests) from ↵ | scgilardi | |
gnuvince | |||
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). |