factor/basis/math
Joe Groff 602fbd01de math.vectors.simd: add vcount to the tests
Also add a base case to (approx=) for integer returns. vcount returns an integer even for float vector inputs, but the test machinery isn't smart enough to figure that out and uses (approx=) on the outputs anyway.
2011-11-13 16:10:26 -08:00
..
bits
bitwise math.bitwise: don't count the same bits over&over 2011-11-13 16:10:22 -08:00
combinatorics Cleanup some lint warnings. 2011-10-15 19:19:44 -07:00
complex
constants
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
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
ranges
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: add vcount to the tests 2011-11-13 16:10:26 -08:00