racket/collects/math
Neil Toronto cd002d5830 Documented `math/array' folds
Refactored many of the fold functions (e.g. `array-axis-andmap' is gone,
replaced by short-cutting `array-axis-and', which is sufficient because the
result of `array-map' is non-strict; added `array-count', `array-all-fold';
removed `array-all=' and friends)

Turned common folds into macros (preserves return types better, speeds up
compilation time)

Exposed a safe variant of `unsafe-array-axis-reduce'
2012-11-29 15:45:17 -07:00
..
private Documented `math/array' folds 2012-11-29 15:45:17 -07:00
scribblings Documented `math/array' folds 2012-11-29 15:45:17 -07:00
tests Renamed functions 2012-11-27 22:23:42 -07:00
array.rkt Documented `math/array' folds 2012-11-29 15:45:17 -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