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