From 275f08f0b6addb95c97bd599c62ec95610c61692 Mon Sep 17 00:00:00 2001 From: Simon Felix Date: Wed, 4 Feb 2026 10:58:39 +0100 Subject: [PATCH] Explain what "normal" is in Single.IsNormal --- xml/System/Single.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System/Single.xml b/xml/System/Single.xml index 2be311af216..f989efc0084 100644 --- a/xml/System/Single.xml +++ b/xml/System/Single.xml @@ -2958,7 +2958,7 @@ This method correctly handles floating-point values and so `2.0` and `3.0` will A single-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 is normal; otherwise. This effectively checks the value is not NaN, not infinite, not subnormal, and not zero.