racket/collects/math/private
Neil Toronto fff521212f Fixed infinite printing loop
When libmpfr wasn't available, the function created by `make-not-available'
would try to print any _mpfr arguments, which would call the custom _mpfr
printer, which would try to use a libmpfr function, which would call the
function created by `make-not-available', which would try to print...
2012-12-07 11:48:46 -07:00
..
array Added `array->list-array' 2012-12-06 22:52:22 -07:00
base Finished array documentation! 2012-11-29 15:45:17 -07:00
bigfloat Fixed infinite printing loop 2012-12-07 11:48:46 -07:00
distributions Renamed make-flexp/base' to make-flexpt' 2012-12-03 22:45:31 -07:00
flonum Renamed make-flexp/base' to make-flexpt' 2012-12-03 22:45:31 -07:00
functions Renamed make-flexp/base' to make-flexpt' 2012-12-03 22:45:31 -07:00
matrix Documented `math/array' folds 2012-11-29 15:45:17 -07:00
number-theory Renamed functions 2012-11-27 22:23:42 -07:00
polynomial
statistics Added `array->list-array' 2012-12-06 22:52:22 -07:00
vector Finished array documentation! 2012-11-29 15:45:17 -07:00
exception.rkt
inline-sort.rkt
parameters.rkt Finished array documentation! 2012-11-29 15:45:17 -07:00
syntax-utils.rkt
unsafe.rkt
utils.rkt Finished array documentation! 2012-11-29 15:45:17 -07:00