racket/collects/math/private/flonum
Neil Toronto 5a43f2c6bc Finished array documentation!
Cleaned up other docs in preparation for alpha-testing announcement

Created `math/utils' module for stuff that doesn't go anywhere else (e.g.
FFT scaling convention, max-math-threads parameters)

Reduced the number of macros that expand to applications of `array-map'

Added `flvector-sum', defined `flsum' in terms of it

Reduced the number of pointwise `flvector', `flarray' and `fcarray' operations

Reworked `inline-build-flvector' and `inline-flvector-map' to be faster and
expand to less code in both typed and untyped Racket

Redefined conversions like `list->flvector' in terms of for loops (can do
it now that TR has working `for/flvector:', etc.)
2012-11-29 15:45:17 -07:00
..
expansion Documentation style changes 2012-11-17 21:02:37 -09:00
flonum-bits.rkt Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
flonum-constants.rkt Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
flonum-exp.rkt Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
flonum-factorial.rkt Implemented `flmultinomial' (not accurately, but it's there); changed 2012-11-29 15:45:16 -07:00
flonum-functions.rkt Stubbed out missing math/array' and math/statistics' doc entries to 2012-11-27 18:05:38 -07:00
flonum-log.rkt Finished array documentation! 2012-11-29 15:45:17 -07:00
flonum-log1pmx.rkt Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
flonum-more-functions.rkt Finished array documentation! 2012-11-29 15:45:17 -07:00
flonum-polyfun.rkt Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
flonum-search.rkt Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
flonum-syntax.rkt Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
flvector-syntax.rkt Finished array documentation! 2012-11-29 15:45:17 -07:00
flvector.rkt Finished array documentation! 2012-11-29 15:45:17 -07:00