racket/collects/math
Neil Toronto 96d1400654 Renamed functions
* bernoulli -> bernoulli-number
 * farey -> farey-sequence
 * fibonacci/mod -> modular-fibonacci
 * order -> unit-group-order
 * orders -> unit-group-orders

Documented `make-fibonacci' and `make-modular-fibonacci'

Reworked text about loading external libraries in docs for `math/bigfloat'

Removed type aliases like Z, Q, Prime (I like them, but TR was printing them
in unexpected places like array return types)
2012-11-27 22:23:42 -07:00
..
private Renamed functions 2012-11-27 22:23:42 -07:00
scribblings Renamed functions 2012-11-27 22:23:42 -07:00
tests Renamed functions 2012-11-27 22:23:42 -07:00
array.rkt Initial commit for `math/array' documentation; about 65% finished 2012-11-24 22:13:24 -07:00
base.rkt Stubbed out missing math/array' and math/statistics' doc entries to 2012-11-27 18:05:38 -07:00
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 Finished `math/distributions' documentation! 2012-11-27 13:44:15 -07:00
vector.rkt