factor/basis/math
John Benediktsson 82dc0bf045 math.statistics: just use accumulate for now. 2012-12-04 08:56:21 -08:00
..
bits
bitwise math.bitwise: Fix bit-range and test it. 2012-09-19 17:03:13 -07: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.ratios: speed up some operations on ratios. 2012-09-10 19:53:25 -07:00
intervals change some "2drop 2drop" to "4drop". 2012-10-23 12:21:30 -07:00
libm math.functions: rename exp to e^ to be consistent with 2^ and 10^. update things. 2012-05-02 10:22:23 -07:00
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 change to in-place reverse. 2012-04-24 18:51:46 -07:00
primes math.primes.erato: minor performance improvements. 2012-10-23 10:49:45 -07:00
quaternions
ranges
ratios math.ratios: Add unit tests for bug #668. 2012-09-11 08:16:25 -07:00
rectangles
statistics math.statistics: just use accumulate for now. 2012-12-04 08:56:21 -08:00
vectors compiler.cfg.gvn.math: missed some availability checks that were causing math.vectors.simd.tests to fail (issue #671) 2012-09-18 00:07:10 -07:00