diff --git a/collects/tests/racket/math.rktl b/collects/tests/racket/math.rktl index 60207a3567..70dafb17ab 100644 --- a/collects/tests/racket/math.rktl +++ b/collects/tests/racket/math.rktl @@ -436,3 +436,7 @@ (test 4 order-of-magnitude 10000) (test -2 order-of-magnitude 1/100) (test -3 order-of-magnitude 1/101) + +;; ========================================================================= + +(report-errs) diff --git a/doc/release-notes/racket/HISTORY.txt b/doc/release-notes/racket/HISTORY.txt index e67d4bc5cc..dc3bedcac9 100644 --- a/doc/release-notes/racket/HISTORY.txt +++ b/doc/release-notes/racket/HISTORY.txt @@ -3,11 +3,17 @@ racket/base: add progress-evt?, thread-cell-values?, prefab-key?, semaphore-peek-evt?, channel-put-evt? Changed #lang for most languages so that it cannot be nested; this change is within syntax/module-reader and applies to - racket, racket/base, and morea + racket, racket/base, and more racket/com: don't always infer 'any for the element type of a multidimensional array Changed local-expand to not add core forms if the stop list has just module* +racket/math: added degrees->radians, radians->degrees, nan?, + infinite?, exact-round, exact-floor, exact-ceiling, exact-truncate; + fixed sinh and tanh to return correct answers given extreme and non- + rational values like -inf.0, -0.0, -min.0 (see unstable/flonum for + definition); fixed handling of single flonums in sinh, cosh, tanh + and sgn Version 5.3.0.9 Changed the format of error messages