racket/collects/math/private
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 Initial commit for `math/array' documentation; about 65% finished 2012-11-24 22:13:24 -07:00
base Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
bigfloat Documentation style changes 2012-11-17 21:02:37 -09:00
distributions Reworked distribution API, finally happy with it (as happy as I can be without being able to partially instantiate polymorphic parent struct types) 2012-11-21 21:16:35 -07:00
flonum Reworked distribution API, finally happy with it (as happy as I can be without being able to partially instantiate polymorphic parent struct types) 2012-11-21 21:16:35 -07:00
functions Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
matrix Initial commit for `math/array' documentation; about 65% finished 2012-11-24 22:13:24 -07:00
number-theory Renamed polygonal functions to include -number the name. 2012-11-23 16:09:28 +01:00
polynomial Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
statistics Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
vector Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
exception.rkt Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
inline-sort.rkt Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
syntax-utils.rkt Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
unsafe.rkt Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
utils.rkt Reworked distribution API, finally happy with it (as happy as I can be without being able to partially instantiate polymorphic parent struct types) 2012-11-21 21:16:35 -07:00