racket/collects/math/scribblings
Neil Toronto b8efd58aca Array changes in response to user feedback (and my personal neuroses)
* `list->array' now accepts an optional shape argument, and always returns
  an immutable array

* `vector->array' now accepts an optional shape argument, and always
  returns a mutable array

* Removed `make-mutable-array' because `vector->array' does its job now (I
  never liked the name anyway)

* Renamed `unsafe-mutable-array' to `unsafe-vector->array'

* Added optional type annotation to `array' macro to match `mutable-array'

* Reworded error messages in array broadcasting functions

* Made minor array doc fixes
2012-12-17 15:54:29 -07:00
..
math-array.scrbl Array changes in response to user feedback (and my personal neuroses) 2012-12-17 15:54:29 -07: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-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 Minor `math/statistics' doc fixups 2012-12-10 18:25:40 -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