racket/collects/math/tests
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
..
array-tests.rkt Initial commit for `math/array' documentation; about 65% finished 2012-11-24 22:13:24 -07:00
bigfloat-tests.rkt
function-tests.rkt
mandelbrot-test.rkt Initial commit for `math/array' documentation; about 65% finished 2012-11-24 22:13:24 -07:00
matrix-tests.rkt Fixed missing import for curry 2012-11-17 21:02:36 -09:00
number-theory-tests.rkt Renamed polygonal functions to include -number the name. 2012-11-23 16:09:28 +01:00