Add note about signed zero in complex notation.
authorTaylor R Campbell <campbell@mumble.net>
Sun, 18 Nov 2018 04:11:50 +0000 (04:11 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Sun, 18 Nov 2018 06:11:43 +0000 (06:11 +0000)
src/relnotes/bug-compsignedzero [new file with mode: 0644]

diff --git a/src/relnotes/bug-compsignedzero b/src/relnotes/bug-compsignedzero
new file mode 100644 (file)
index 0000000..c71eb2c
--- /dev/null
@@ -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'.