racket/collects/math/private/number-theory
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
..
bernoulli.rkt
binomial.rkt
divisibility.rkt Documentation style changes 2012-11-17 21:02:37 -09:00
eulerian-number.rkt
factorial.rkt
farey.rkt
fibonacci.rkt
modular-arithmetic-base.rkt Documentation style changes 2012-11-17 21:02:37 -09:00
modular-arithmetic.rkt
number-theory.rkt Documentation style changes 2012-11-17 21:02:37 -09:00
partitions.rkt
polygonal.rkt
primitive-roots.rkt
quadratic-residues.rkt Documentation style changes 2012-11-17 21:02:37 -09:00
quadratic.rkt
tangent-number.rkt
types.rkt