racket/collects/math
Neil Toronto e4f5a0598f Changed how array strictness works: `array-strict' now makes the
original array strict instead of returning a new strict array.
(Finally!) The hard part is keeping the Array type covariant. The
solution is to keep the store in the closure of the array's
procedure instead of in the Array struct itself.
2012-11-29 22:17:06 -09:00
..
private Changed how array strictness works: `array-strict' now makes the 2012-11-29 22:17:06 -09:00
scribblings Changed how array strictness works: `array-strict' now makes the 2012-11-29 22:17:06 -09:00
tests Changed how array strictness works: `array-strict' now makes the 2012-11-29 22:17:06 -09: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 Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
distributions.rkt Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
flonum.rkt Finished array documentation! 2012-11-29 15:45:17 -07:00
info.rkt Removed extraneous files that DrDr was running 2012-11-17 11:57:13 -07:00
LICENSE.txt Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
main.rkt Finished array documentation! 2012-11-29 15:45:17 -07:00
matrix.rkt Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
number-theory.rkt Fixed next-prime and prev-prime problem 2012-11-17 21:02:37 -09:00
special-functions.rkt Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
statistics.rkt Finished `math/distributions' documentation! 2012-11-27 13:44:15 -07:00
utils.rkt Finished array documentation! 2012-11-29 15:45:17 -07:00
vector.rkt Moved flvector functions into math/flonum 2012-11-29 15:45:17 -07:00