racket/collects/math
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
..
private Documentation style changes 2012-11-17 21:02:37 -09:00
scribblings Documentation style changes 2012-11-17 21:02:37 -09:00
tests Fixed missing import for curry 2012-11-17 21:02:36 -09:00
array.rkt
base.rkt
bigfloat.rkt
distributions.rkt
flonum.rkt
info.rkt Removed extraneous files that DrDr was running 2012-11-17 11:57:13 -07:00
LICENSE.txt
main.rkt
matrix.rkt
number-theory.rkt Fixed next-prime and prev-prime problem 2012-11-17 21:02:37 -09:00
parameters.rkt
special-functions.rkt
statistics.rkt
vector.rkt