factor/basis/math
Daniel Ehrenberg 9890ee27f4 Merge branch 'for-slava' of git://git.rfc1149.net/factor 2009-02-06 14:36:37 -06:00
..
bitwise fix empty description 2009-01-30 15:21:46 -06:00
blas Fix functors bug where changing a hand-written method into one generated by a functor would forget the method; also associate functor-generated methods with the source file they're in. 2009-02-06 02:45:21 -06:00
combinatorics renaming: contain? -> any?, deep-contains? -> deep-any?, pad-left -> pad-head, pad-right -> pad-tail, trim-left -> trim-head, trim-right -> trim-tail 2009-01-29 22:19:07 -06:00
complex Help lint fixes for stricter help lint 2009-01-27 04:12:37 -06:00
constants Fix permission bits 2008-10-02 08:34:49 -05:00
functions Remove some usages of tuck 2009-01-23 18:20:47 -06:00
geometry swizzle word to swizzle sequences 2009-02-04 19:46:19 -06:00
intervals renaming: contain? -> any?, deep-contains? -> deep-any?, pad-left -> pad-head, pad-right -> pad-tail, trim-left -> trim-head, trim-right -> trim-tail 2009-01-29 22:19:07 -06:00
libm Change example to unchecked-example since on netbsd math functions return 0 instead of NaN on domain errors 2009-01-31 21:02:13 -06:00
miller-rabin Remove useless with-scope and unneeded uses 2008-12-27 23:13:03 +01:00
partial-dispatch More optimization intended to reduce compile time. Another 10% speedup on compiling empty PEG parser 2008-12-06 11:17:19 -06:00
points New distance word in math.vectors, replaces distance in math.points, more efficient 2008-11-29 10:19:23 -06:00
polynomials renaming: contain? -> any?, deep-contains? -> deep-any?, pad-left -> pad-head, pad-right -> pad-tail, trim-left -> trim-head, trim-right -> trim-tail 2009-01-29 22:19:07 -06:00
primes Fix suboptimal prime number factoring 2009-02-03 00:33:12 +01:00
quaternions Fix some vocabularies for new requirement that inline words have a stack effect declaration 2008-12-15 20:31:55 -06:00
ranges O(1) equal? and hashcode* for ranges 2009-01-28 23:33:26 -06:00
ratios Remove some usages of tuck 2009-01-23 18:20:47 -06:00
statistics Clean up some code to not use combinators.lib and sequences.lib 2008-12-17 19:52:47 -06:00
vectors swizzle word to swizzle sequences 2009-02-04 19:46:19 -06:00