From 742222bee6c31e41a3dc8a508c79b29cd6827ee3 Mon Sep 17 00:00:00 2001 From: Taylor R Campbell Date: Thu, 29 Nov 2018 02:11:21 +0000 Subject: [PATCH] Note flo:min/max IEEE 754-2008 conformance. --- src/relnotes/bug-minmax | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/relnotes/bug-minmax diff --git a/src/relnotes/bug-minmax b/src/relnotes/bug-minmax new file mode 100644 index 000000000..02e504ed9 --- /dev/null +++ b/src/relnotes/bug-minmax @@ -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. -- 2.25.1