racket/collects/math/private/flonum
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
..
expansion Documentation style changes 2012-11-17 21:02:37 -09:00
flonum-bits.rkt Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
flonum-constants.rkt Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
flonum-exp.rkt Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
flonum-factorial.rkt Implemented `flmultinomial' (not accurately, but it's there); changed 2012-11-29 15:45:16 -07:00
flonum-functions.rkt Fixes for errors Pierpaolo Bernardi found by reviewing the docs; also, 2012-12-17 11:40:37 -07:00
flonum-log.rkt Finished array documentation! 2012-11-29 15:45:17 -07:00
flonum-log1pmx.rkt Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
flonum-more-functions.rkt Renamed make-flexp/base' to make-flexpt' 2012-12-03 22:45:31 -07:00
flonum-polyfun.rkt Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
flonum-search.rkt Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
flonum-syntax.rkt Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
flvector-syntax.rkt Finished array documentation! 2012-11-29 15:45:17 -07:00
flvector.rkt Finished array documentation! 2012-11-29 15:45:17 -07:00