Added to HISTORY.txt
Added (report-errs) to tests/racket/math.rktl
This commit is contained in:
parent
a89bd99e2a
commit
ddeda70b20
|
@ -436,3 +436,7 @@
|
||||||
(test 4 order-of-magnitude 10000)
|
(test 4 order-of-magnitude 10000)
|
||||||
(test -2 order-of-magnitude 1/100)
|
(test -2 order-of-magnitude 1/100)
|
||||||
(test -3 order-of-magnitude 1/101)
|
(test -3 order-of-magnitude 1/101)
|
||||||
|
|
||||||
|
;; =========================================================================
|
||||||
|
|
||||||
|
(report-errs)
|
||||||
|
|
|
@ -3,11 +3,17 @@ racket/base: add progress-evt?, thread-cell-values?, prefab-key?,
|
||||||
semaphore-peek-evt?, channel-put-evt?
|
semaphore-peek-evt?, channel-put-evt?
|
||||||
Changed #lang for most languages so that it cannot be nested;
|
Changed #lang for most languages so that it cannot be nested;
|
||||||
this change is within syntax/module-reader and applies to
|
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
|
racket/com: don't always infer 'any for the element type of a
|
||||||
multidimensional array
|
multidimensional array
|
||||||
Changed local-expand to not add core forms if the stop list has
|
Changed local-expand to not add core forms if the stop list has
|
||||||
just module*
|
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
|
Version 5.3.0.9
|
||||||
Changed the format of error messages
|
Changed the format of error messages
|
||||||
|
|
Loading…
Reference in New Issue
Block a user