racket/collects/math/tests
Neil Toronto 6e02d12beb Reimplemented `mpfr_set_z_2exp' in Racket as a fallback for older versions
of libmpfr (like DrDr's) that don't have it

Reimplemented really simple FFI functions (e.g. mpfr-prec, mpfr-exp) to
avoid calling overhead

Renamed `bigfloat-sign' to `bigfloat-signbit'

Renamed `bigfloat-sig+exp' to `bigfloat->sig+exp' (for symmetry with
`sig+exp->bigfloat')
2012-12-06 13:43:23 -07:00
..
array-tests.rkt Stopped exporting `slice-indexes-array' 2012-12-03 22:45:31 -07:00
bigfloat-stress-test.rkt Split "mpfr.rkt" into "gmp.rkt" and "mpfr.rkt" 2012-12-03 22:45:31 -07:00
bigfloat-tests.rkt Reimplemented `mpfr_set_z_2exp' in Racket as a fallback for older versions 2012-12-06 13:43:23 -07:00
function-tests.rkt Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
mandelbrot-test.rkt Changed how array strictness works: `array-strict' now makes the 2012-11-29 22:17:06 -09:00
matrix-tests.rkt Fixed missing import for curry 2012-11-17 21:02:36 -09:00
number-theory-tests.rkt Renamed functions 2012-11-27 22:23:42 -07:00
strictness-memory-leak-test.rkt Fixed memory leak in making arrays strict: doing so wouldn't clear 2012-12-02 22:21:28 -07:00