Note flo:min/max IEEE 754-2008 conformance.
authorTaylor R Campbell <campbell@mumble.net>
Thu, 29 Nov 2018 02:11:21 +0000 (02:11 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Fri, 30 Nov 2018 06:53:15 +0000 (06:53 +0000)
src/relnotes/bug-minmax [new file with mode: 0644]

diff --git a/src/relnotes/bug-minmax b/src/relnotes/bug-minmax
new file mode 100644 (file)
index 0000000..02e504e
--- /dev/null
@@ -0,0 +1,5 @@
+Bug fix: (flo:min x y) and (flo:max x y) now conform to IEEE 754-2008,
+as minNum/maxNum.
+
+When one input is a NaN, they return the other input.  These trap only
+when the floating-point invalid-operation exception is trapped.