racket/collects/math/private/number-theory
Neil Toronto 60dd8d065f Fixes for errors Pierpaolo Bernardi found by reviewing the docs; also,
renamed `partition-count' to `partitions' to be consistent with
`permutations', and gave better examples in `multinomial' docs

 * (flulp-error +inf.0 +nan.0) was returning +nan.0 instead of +inf.0

 * Type of `multinomial' didn't match its docs or `flmultinomial'

 * Reworded docs for `diagonal-array'

 * Reworked/reordered quite a few things in docs for `math/bigfloat'

 * Fixed first identity given in `gamma-inc' docs

 * Fixed descrption for `+max.0', etc.
2012-12-17 11:40:37 -07:00
..
bernoulli.rkt Renamed functions 2012-11-27 22:23:42 -07:00
binomial.rkt Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
divisibility.rkt Documentation style changes 2012-11-17 21:02:37 -09:00
eulerian-number.rkt Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
factorial.rkt Fixes for errors Pierpaolo Bernardi found by reviewing the docs; also, 2012-12-17 11:40:37 -07:00
farey.rkt Renamed functions 2012-11-27 22:23:42 -07:00
fibonacci.rkt Renamed functions 2012-11-27 22:23:42 -07:00
modular-arithmetic-base.rkt Documentation style changes 2012-11-17 21:02:37 -09:00
modular-arithmetic.rkt Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
number-theory.rkt Improved performance of prime? for small numbers 2012-12-11 19:45:39 +01:00
partitions.rkt Fixes for errors Pierpaolo Bernardi found by reviewing the docs; also, 2012-12-17 11:40:37 -07:00
polygonal.rkt Renamed polygonal functions to include -number the name. 2012-11-23 16:09:28 +01:00
primitive-roots.rkt Renamed functions 2012-11-27 22:23:42 -07:00
quadratic-residues.rkt Documentation style changes 2012-11-17 21:02:37 -09:00
quadratic.rkt Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
small-primes.rkt Improved performance of prime? for small numbers 2012-12-11 19:45:39 +01:00
tangent-number.rkt Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
types.rkt Renamed functions 2012-11-27 22:23:42 -07:00