From: Taylor R Campbell Date: Sun, 18 Nov 2018 01:48:24 +0000 (+0000) Subject: Note more floating-point edge case bug fixes. X-Git-Tag: mit-scheme-pucked-10.1.2~16^2~47 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=7d53590805e382f19379985785f550f54fb4e0a0;p=mit-scheme.git Note more floating-point edge case bug fixes. --- diff --git a/src/relnotes/bug-inftimes0 b/src/relnotes/bug-inftimes0 new file mode 100644 index 000000000..d145702ba --- /dev/null +++ b/src/relnotes/bug-inftimes0 @@ -0,0 +1 @@ +Bug fix: (* 0 +inf.0) now returns NaN; previously it returned 0. diff --git a/src/relnotes/bug-polar b/src/relnotes/bug-polar new file mode 100644 index 000000000..02b6280c0 --- /dev/null +++ b/src/relnotes/bug-polar @@ -0,0 +1,3 @@ +Bug fix: (make-polar magnitude 0) now returns magnitude, even if it is +infinite or NaN; previously for infinite magnitudes it returned a +rectangular number with NaN imaginary part.