factor/basis/math
Slava Pestov 1818bcb780 Fix three problems discovered by running math.floats.env tests in a loop:
- Crash if allocating error triggers a GC from a signal/SEH handler
- Crash if GC runs with floating point traps enabled on Windows
- Floating point traps didn't prettyprint properly
2010-09-02 22:57:14 -05:00
..
bits
bitwise math.bitwise: factor M\ fixnum (bit-count) to a separate word so it can be made intrinsic 2010-05-15 13:27:26 -07:00
blas
combinatorics math.combinatorics: Fixing selections bug with nested sequences. 2010-08-13 14:34:14 -07:00
complex
constants
floats Fix three problems discovered by running math.floats.env tests in a loop: 2010-09-02 22:57:14 -05:00
functions
intervals
libm compiler: now that FFI has been deconcatenatized, we no longer need the special ##unary-float-function and ##binary-float-function fastpaths 2010-08-13 23:59:19 -07:00
matrices math.matrices: move normal word from gpu.demos.bunny and reverse sign 2010-07-23 20:41:08 -07:00
partial-dispatch
polynomials math.polynomials: unclip drop => rest 2010-07-05 20:53:24 -07:00
primes divisors returns empty list for 0 2010-08-09 22:54:35 -07:00
quaternions math.quaternions: typo in n*q 2010-06-17 19:23:52 -07:00
ranges
ratios
rectangles
statistics
vectors math.vectors.simd: docs mention obsolete 'test-mr mr.' words 2010-08-20 18:00:03 -07:00