factor/basis/math
Doug Coleman ffbd19faba Merge branch 'master' of git://factorcode.org/git/factor 2009-05-05 23:26:58 -05:00
..
bits Add unit tests for bignum bug 2009-02-22 19:41:47 -06:00
bitwise Fixing unit tests for stack effect inference changes 2009-04-20 21:15:19 -05:00
blas math.blas: use gfortran by default on linux-x86-64 since latest ubuntu blas packages are compiled with gfortran abi 2009-04-25 17:03:50 -05:00
combinatorics produce and produce-as: don't need third quotation either 2009-02-28 15:31:34 -06:00
complex Replace ratio and complex built-in types with tuples defined in the library. This frees up two lo-tags, so move array and quotation over to these tags and update compiler for new tags 2009-04-30 00:27:35 -05:00
constants Fix permission bits 2008-10-02 08:34:49 -05:00
functions lerp functions 2009-05-05 13:55:00 -05:00
intervals Fixing some unit test failures 2009-04-22 07:05:00 -05:00
libm 1.0/0.0 => 1/0. 2009-04-13 19:48:08 -05:00
matrices Oops 2009-04-23 03:57:05 -05:00
miller-rabin _finally_ cleaned up miller-rabin. it's passable now 2009-05-05 23:25:26 -05:00
partial-dispatch integer/integer partial dispatch ops now use both-fixnums? 2009-03-16 00:44:44 -05:00
points New distance word in math.vectors, replaces distance in math.points, more efficient 2008-11-29 10:19:23 -06:00
polynomials math.polynomials: use <repetition> instead of <array> 2009-05-05 18:34:52 -05:00
primes Fix typo and update a combinator usage in calendar 2009-04-01 22:03:45 -04:00
quaternions Add q+ and q- to math.quaternions 2009-04-27 17:24:39 +02:00
ranges Documentation updates 2009-04-06 03:00:46 -05:00
ratios Replace ratio and complex built-in types with tuples defined in the library. This frees up two lo-tags, so move array and quotation over to these tags and update compiler for new tags 2009-04-30 00:27:35 -05:00
rectangles literal syntax for rects 2009-04-29 14:58:55 -05:00
statistics Clean up some usages of tuck, and add Joe's curried cleave/spread/apply combinators to kernel vocabulary 2009-02-02 13:43:54 -06:00
vectors more vector operations; perlin noise vocab 2009-05-05 22:17:04 -05:00