factor/basis/math
John Benediktsson 1aa27963d2 math.primes.miller-rabin: actually, this is better. 2014-12-04 19:48:32 -08:00
..
bits math.bits: Clean up the docs some more. 2014-06-06 14:45:46 -07:00
bitwise improve help by linking to types directly. 2014-05-23 20:20:15 -07:00
combinatorics docs: change ``{ $quotation "( x -- y )" }`` to ``{ $quotation ( x -- y ) }``. 2014-05-18 20:09:10 -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 kernel: change errors to be in kernel.private. 2014-06-04 14:33:02 -07:00
functions math.functions: minor cleanup to (gcd). 2014-12-04 19:46:42 -08:00
intervals improve help by linking to types directly. 2014-05-23 20:20:15 -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 cleanup "over push" is "suffix!". 2014-11-30 08:38:59 -08:00
partial-dispatch change some "2drop 2drop" to "4drop". 2012-10-23 12:21:30 -07:00
polynomials more minor cleanup. 2014-11-30 19:26:23 -08:00
primes math.primes.miller-rabin: actually, this is better. 2014-12-04 19:48:32 -08:00
quaternions math.quaternions: typo in n*q 2010-06-17 19:23:52 -07:00
ranges math.ranges: cleanup using. 2014-12-04 10:23:59 -08:00
ratios math.ratios: faster abs and neg? on ratios. 2014-06-05 10:53:02 -07:00
rectangles improve help by linking to types directly. 2014-05-23 20:20:15 -07:00
statistics math.statistics: Get smart about the geometric mean. Calculate it in logspace so we can use addition of small logarithms and multiplication instead of the nth root of a giant product. 2014-09-26 13:34:25 -07:00
vectors math.vectors: new word v>integer = [ >integer ] map 2014-11-17 19:02:12 -08:00