From a5d666719ffe9c7067c46c83e9a10e18bf9e7f84 Mon Sep 17 00:00:00 2001 From: Taylor R Campbell Date: Sun, 18 Nov 2018 04:11:50 +0000 Subject: [PATCH] Add note about signed zero in complex notation. --- src/relnotes/bug-compsignedzero | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/relnotes/bug-compsignedzero diff --git a/src/relnotes/bug-compsignedzero b/src/relnotes/bug-compsignedzero new file mode 100644 index 000000000..c71eb2c67 --- /dev/null +++ b/src/relnotes/bug-compsignedzero @@ -0,0 +1,5 @@ +Bug fix: Several bugs were fixed involving signed zero in complex numbers: + +- -0.+i is now correctly parses as negative zero real part; previously + the negative was discarded and it was parsed as positive zero. +- -0.i is now correctly printed as such, not as `+-0.i'. -- 2.25.1