factor/basis/math
Joe Groff 54dcd8a4ea math.vectors.simd: don't try distance on int types
"v- norm" doesn't work right for uint-4s because of underflow, but who's going to call "distance" on a uint vector?
2011-11-13 16:10:27 -08:00
..
bits docs: change $subsection to $subsections 2009-10-02 12:15:48 -04:00
bitwise code beautification 2011-11-13 16:10:26 -08:00
combinatorics Cleanup some lint warnings. 2011-10-15 19:19:44 -07:00
complex math.functions: fix memory protection error if exp called on a complex number with a rational real part (reported by prunedtree) 2010-01-15 08:23:48 +13:00
constants docs: change $subsection to $subsections 2009-10-02 12:15:48 -04:00
floats remove BSD,solaris,etc. misc platform support code 2011-11-02 17:13:51 -07:00
functions math.functions: flushable and foldable don't do anything on inline words because flushable and foldable work on call sites (#call nodes), and inlined words are inlined into another word's call site; they don't generate their own #call node. 2011-11-06 19:25:53 -08:00
intervals Fix all failures in the linux64 build email 2011-10-24 19:33:09 -07:00
libm math.libm: add missing right parenthesis in description of fexp word 2011-01-16 10:48:06 +09:00
matrices math.matrices: move normal word from gpu.demos.bunny and reverse sign 2010-07-23 20:41:08 -07:00
partial-dispatch Eliminate duplicate syntax for stack effects "(" no longer drops and is identical to the old "((", which is now removed. 2011-10-18 13:19:39 -07:00
polynomials Cleanup some lint warnings. 2011-10-15 19:19:44 -07:00
primes math.functions: when gcd is inlined, "gcd nip" is almost as good as "gcd*". 2011-10-18 10:30:39 -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.functions: when gcd is inlined, "gcd nip" is almost as good as "gcd*". 2011-10-18 10:30:39 -07:00
rectangles Cleanup some lint warnings. 2011-10-15 19:19:44 -07:00
statistics math.statistics: fix stack effect on collect-by 2011-11-02 13:23:13 -07:00
vectors math.vectors.simd: don't try distance on int types 2011-11-13 16:10:27 -08:00