factor/basis/math
..
bits
bitwise
blas
combinatorics
complex Update documentation for stricter vocabulary search path semantics 2009-05-16 00:29:21 -05:00
constants
functions give range models a step parameter; use it on sliders so the thumb can step by any interval 2009-06-18 20:57:02 -05:00
intervals compiler.tree.propagation: be more careful with intervals, ensuring that the inferred interval of a value is a subset of the value class's interval. This improves accuracy, for example [ >fixnum 1 + >fixnum most-positive-fixnum <= ] constant-folds to true 2009-08-10 01:16:49 -05:00
libm
matrices
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
primes
quaternions Add q+ and q- to math.quaternions 2009-04-27 17:24:39 +02:00
ranges
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
statistics
vectors