racket/collects/math
Neil Toronto 3670916a11 Initial commit for `math/array' documentation; about 65% finished
Replaced pointwise operators with macros that expand to applications of `array-map'; allows more precise return types and reduces compilation time

Changed literal array syntax to use #() to delimit rows instead of [] (still suggest using square parens, though)

Minor refactoring

Fixed a macro so that the only problem with "array-tests.rkt" now is that typed/rackunit is b0rked
2012-11-24 22:13:24 -07:00
..
private Initial commit for `math/array' documentation; about 65% finished 2012-11-24 22:13:24 -07:00
scribblings Initial commit for `math/array' documentation; about 65% finished 2012-11-24 22:13:24 -07:00
tests Initial commit for `math/array' documentation; about 65% finished 2012-11-24 22:13:24 -07:00
array.rkt Initial commit for `math/array' documentation; about 65% finished 2012-11-24 22:13:24 -07:00
base.rkt
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
vector.rkt