aboutsummaryrefslogtreecommitdiff
path: root/src/clojure/contrib/math/tests.clj
AgeCommit message (Collapse)Author
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).