racket/collects/math
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
..
private Reimplemented `mpfr_set_z_2exp' in Racket as a fallback for older versions 2012-12-06 13:43:23 -07:00
scribblings Reimplemented `mpfr_set_z_2exp' in Racket as a fallback for older versions 2012-12-06 13:43:23 -07:00
tests Reimplemented `mpfr_set_z_2exp' in Racket as a fallback for older versions 2012-12-06 13:43:23 -07:00
array.rkt Documented `math/array' folds 2012-11-29 15:45:17 -07:00
base.rkt Stubbed out missing math/array' and math/statistics' doc entries to 2012-11-27 18:05:38 -07:00
bigfloat.rkt
distributions.rkt
flonum.rkt Finished array documentation! 2012-11-29 15:45:17 -07:00
info.rkt Removed extraneous files that DrDr was running 2012-11-17 11:57:13 -07:00
LICENSE.txt
main.rkt Finished array documentation! 2012-11-29 15:45:17 -07:00
matrix.rkt
number-theory.rkt Fixed next-prime and prev-prime problem 2012-11-17 21:02:37 -09:00
special-functions.rkt
statistics.rkt Finished `math/distributions' documentation! 2012-11-27 13:44:15 -07:00
utils.rkt Finished array documentation! 2012-11-29 15:45:17 -07:00
vector.rkt Moved flvector functions into math/flonum 2012-11-29 15:45:17 -07:00