racket/collects/math
Eli Barzilay af6be85ff5 Fix lots of indentation mistakes.
(Found by my ayatollah script...)
2013-03-14 10:55:47 -04:00
..
private Fix lots of indentation mistakes. 2013-03-14 10:55:47 -04:00
scribblings Adjusted a literal scribble tabular to use 2d 2013-03-12 14:53:15 -05:00
tests Added flexp2', fllog2', `fllogb'; refactored and documented flonum testing 2013-01-28 17:44:33 -07:00
array.rkt Made arrays strict by default; please merge to release 2013-01-15 13:53:28 -07:00
base.rkt
bigfloat.rkt
distributions.rkt
flonum.rkt Precise flonum tests (error usually must be <= 0.5 ulp), and prerequisite 2012-12-27 17:30:04 -07:00
info.rkt
LICENSE.txt
main.rkt Reviewing and refactoring `math/matrix', part 1 2012-12-20 17:32:16 -07:00
matrix.rkt Fixed major performance issue with matrix arithmetic; please merge to 5.3.2 2013-01-21 22:04:04 -07:00
number-theory.rkt
special-functions.rkt
statistics.rkt
utils.rkt Precise flonum tests (error usually must be <= 0.5 ulp), and prerequisite 2012-12-27 17:30:04 -07:00
vector.rkt