factor/basis/math
John Benediktsson 7fb8db2e74 math.statistics: adding a normalized-histogram word. 2012-09-26 08:39:11 -07:00
..
bits use radix literals 2011-11-23 19:03:40 -08:00
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 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.ratios: speed up some operations on ratios. 2012-09-10 19:53:25 -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: adding the outer product. 2012-08-08 17:02:39 -07:00
partial-dispatch assocs: Add sift-keys and sift-values. Remove three other implementations 2012-08-23 22:36:10 -07:00
polynomials change to in-place reverse. 2012-04-24 18:51:46 -07:00
primes math.primes.erato: bit faster by inlining. 2012-08-23 09:35:09 -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.ratios: Add unit tests for bug . 2012-09-11 08:16:25 -07:00
rectangles Cleanup some lint warnings. 2011-10-15 19:19:44 -07:00
statistics math.statistics: adding a normalized-histogram word. 2012-09-26 08:39:11 -07:00
vectors compiler.cfg.gvn.math: missed some availability checks that were causing math.vectors.simd.tests to fail (issue ) 2012-09-18 00:07:10 -07:00