racket/collects/math/private/bigfloat
Neil Toronto 1e52736089 Documentation style changes
Fixes after merge weirdness from pull request (specifically, removed `bfrandom' from "mpfr.rkt" again)
Removed dependence of math/flonum on math/bigfloat (better build parallelization)
Changed `divides?' to return #f when its first argument is 0
Made return type of `quadratic-character' more precise
Made argument types more permissive:
 * second argument to `solve-chinese'
 * second argument to `next-primes'
 * second argument to `prev-primes'
2012-11-17 21:02:37 -09:00
..
bigfloat-beta.rkt
bigfloat-constants.rkt
bigfloat-continued-fraction.rkt
bigfloat-hurwitz-zeta.rkt
bigfloat-incomplete-beta.rkt
bigfloat-incomplete-gamma.rkt
bigfloat-log-arithmetic.rkt
bigfloat-mpfr.rkt Documentation style changes 2012-11-17 21:02:37 -09:00
bigfloat-struct.rkt
bigfloat-syntax.rkt
mpfr.rkt Documentation style changes 2012-11-17 21:02:37 -09:00
utils.rkt