racket/collects/math/private/bigfloat
2012-12-05 22:31:07 -07:00
..
bigfloat-beta.rkt Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
bigfloat-constants.rkt Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
bigfloat-continued-fraction.rkt Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
bigfloat-hurwitz-zeta.rkt Renamed functions 2012-11-27 22:23:42 -07:00
bigfloat-incomplete-beta.rkt Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
bigfloat-incomplete-gamma.rkt Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
bigfloat-log-arithmetic.rkt Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
bigfloat-mpfr.rkt Split "mpfr.rkt" into "gmp.rkt" and "mpfr.rkt" 2012-12-03 22:45:31 -07:00
bigfloat-struct.rkt Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
bigfloat-syntax.rkt Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
gmp.rkt Fixed bigfloats on Win64. Win64's long type is 32 bits and GMP's default is to 2012-12-05 20:29:59 -07:00
mpfr.rkt Removed fallback to 'mpfr_set_z_exp - didn't work, probably never existed 2012-12-05 22:31:07 -07:00
utils.rkt Split "mpfr.rkt" into "gmp.rkt" and "mpfr.rkt" 2012-12-03 22:45:31 -07:00