factor/basis/math
Doug Coleman eb136e0f21 math.ranges: Add a bunch more tests for empty ranges. 2013-03-20 13:52:03 -07:00
..
bits
bitwise Use -unsafe words with pair methods. 2013-03-07 10:47:23 -08:00
combinatorics math.combinatorics: factorial could be memoized... 2012-09-05 11:02:38 -07:00
complex math.functions: make it clear that 0 = is the more correct zero?. 2012-08-13 08:03:54 -07:00
constants
floats
functions math.functions: adding "round-to". 2013-01-30 09:41:21 -08:00
intervals change some "2drop 2drop" to "4drop". 2012-10-23 12:21:30 -07:00
libm
matrices math.matrices: Add m+n, m-n, n+m, n-m, words. 2012-11-07 22:53:52 -08:00
partial-dispatch change some "2drop 2drop" to "4drop". 2012-10-23 12:21:30 -07:00
polynomials
primes math.primes.erato: minor performance improvements. 2012-10-23 10:49:45 -07:00
quaternions
ranges math.ranges: Add a bunch more tests for empty ranges. 2013-03-20 13:52:03 -07:00
ratios math.ratios: Add unit tests for bug #668. 2012-09-11 08:16:25 -07:00
rectangles
statistics math.statistics: Fix histogram and collect. Histogram used each-index even when it didn't need to. 2013-03-10 12:57:48 -07:00
vectors math.vectors: Don't use macro with locals and cond in vif. Stack-checker/locals/macros/smart-combinators all need some work (a rewrite?), but meanwhile don't let it get in the way. Add tests. 2013-01-03 09:49:31 -08:00