factor/basis/math
Doug Coleman ffe1c510ae math.matrices: rename van-der-monde to vandermonde 2012-07-30 16:44:08 -07:00
..
bits use radix literals 2011-11-23 19:03:40 -08:00
bitwise use radix literals 2011-11-23 19:03:40 -08:00
combinatorics math.combinatorics: 100%+ faster combinations. 2012-06-01 14:07:39 -07:00
complex math.functions: rename exp to e^ to be consistent with 2^ and 10^. update things. 2012-05-02 10:22:23 -07:00
constants use radix literals 2011-11-23 19:03:40 -08:00
floats use radix literals 2011-11-23 19:03:40 -08:00
functions math.functions: minor cleanup. 2012-06-22 08:38:34 -07:00
intervals math.intervals: using short-circuit logic. 2012-07-17 20:08:12 -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: rename van-der-monde to vandermonde 2012-07-30 16:44:08 -07:00
partial-dispatch math: adding a fast-gcd that speeds up all ratio operations by up to 10 times for bignum ratios. 2012-04-05 09:17:52 -07:00
polynomials change to in-place reverse. 2012-04-24 18:51:46 -07:00
primes math.functions: when gcd is inlined, "gcd nip" is almost as good as "gcd*". 2011-10-18 10:30:39 -07:00
quaternions math.quaternions: typo in n*q 2010-06-17 19:23:52 -07:00
ranges Changing some uses of prune to use members 2010-02-27 13:14:03 -05:00
ratios math: adding a fast-gcd that speeds up all ratio operations by up to 10 times for bignum ratios. 2012-04-05 09:17:52 -07:00
rectangles Cleanup some lint warnings. 2011-10-15 19:19:44 -07:00
statistics math.statistics: faster and simpler entropy word. 2012-07-11 12:26:20 -07:00
vectors math.vectors: implement v^, v^n, n^v. 2012-07-30 16:15:00 -07:00