From: Taylor R Campbell Date: Thu, 29 Nov 2018 02:11:21 +0000 (+0000) Subject: Note flo:min/max IEEE 754-2008 conformance. X-Git-Tag: mit-scheme-pucked-10.1.7~3^2~129 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=742222bee6c31e41a3dc8a508c79b29cd6827ee3;p=mit-scheme.git Note flo:min/max IEEE 754-2008 conformance. --- 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.