From fdbf4e0997625a9934f989d9da997ee98f63bc56 Mon Sep 17 00:00:00 2001 From: Simon Felix Date: Wed, 4 Feb 2026 10:57:26 +0100 Subject: [PATCH] Explain what "normal" is in Double.IsNormal --- xml/System/Double.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System/Double.xml b/xml/System/Double.xml index e2bd010481a..95942446570 100644 --- a/xml/System/Double.xml +++ b/xml/System/Double.xml @@ -2947,7 +2947,7 @@ This method correctly handles floating-point values and so `2.0` and `3.0` will A double-precision floating-point number. - Determines whether the specified value is normal. + Determines whether the specified value is not NaN, not infinite, not subnormal, and not zero. if the value is normal; otherwise. This effectively checks the value is not NaN, not infinite, not subnormal, and not zero.