From 7d53590805e382f19379985785f550f54fb4e0a0 Mon Sep 17 00:00:00 2001 From: Taylor R Campbell Date: Sun, 18 Nov 2018 01:48:24 +0000 Subject: [PATCH] Note more floating-point edge case bug fixes. --- src/relnotes/bug-inftimes0 | 1 + src/relnotes/bug-polar | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 src/relnotes/bug-inftimes0 create mode 100644 src/relnotes/bug-polar 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. -- 2.25.1