racket/collects/math/private/number-theory
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
..
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 Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -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 Renamed functions 2012-11-27 22:23:42 -07:00
partitions.rkt Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -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
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