racket/collects/math/scribblings
Neil Toronto 54f029b75e Made arrays strict by default; please merge to release
* Added parameter `array-strictness', default #t

* Added `array-default-strict!' and `array-default-strict', which act
  like the functions without "default" in the name when
  `array-strictness' is #t; otherwise they do nothing

* Lots of small changes to existing array functions, mostly to ensure
  computations are done using nonstrict arrays, but return values are
  strict when `array-strictness' is #t

* Added strictness tests

* Added tests to ensure untyped code can use `math/array'

* Rewrote `array-map' exported to untyped code using untyped Racket

* Rearranged a lot of `math/array' documentation
(cherry picked from commit 986e695bd5)
2013-01-16 08:08:44 -05:00
..
math-array.scrbl Made arrays strict by default; please merge to release 2013-01-16 08:08:44 -05:00
math-base.scrbl Finished array documentation! 2012-11-29 15:45:17 -07:00
math-bigfloat.scrbl Fixes for errors Pierpaolo Bernardi found by reviewing the docs; also, 2012-12-17 11:40:37 -07:00
math-distributions.scrbl Fixed bigfloats on Win64. Win64's long type is 32 bits and GMP's default is to 2012-12-05 20:29:59 -07:00
math-flonum.scrbl Fixes for errors Pierpaolo Bernardi found by reviewing the docs; also, 2012-12-17 11:40:37 -07:00
math-matrix.scrbl math/matrix: fix some duplicate documentation tags 2013-01-04 08:12:47 -07:00
math-number-theory.scrbl Fixes for errors Pierpaolo Bernardi found by reviewing the docs; also, 2012-12-17 11:40:37 -07:00
math-special-functions.scrbl Fixes for errors Pierpaolo Bernardi found by reviewing the docs; also, 2012-12-17 11:40:37 -07:00
math-statistics.scrbl Minor `math/statistics' doc fixups 2012-12-10 18:25:40 -07:00
math-utils.scrbl Finished array documentation! 2012-11-29 15:45:17 -07:00
math.scrbl Initial `math/matrix' documentation, and some changes 2013-01-01 18:19:43 -07:00
rename-defines.rkt Initial commit for `math/array' documentation; about 65% finished 2012-11-24 22:13:24 -07:00
utils.rkt Made plots in plot' and math' render nicely in PDFs (plots in docs are picts now) 2012-11-25 22:32:07 -08:00