diff --git a/xml/System/Math.xml b/xml/System/Math.xml index 72343798a2e..0bb2c5c058d 100644 --- a/xml/System/Math.xml +++ b/xml/System/Math.xml @@ -5801,7 +5801,7 @@ The method supports two rounding conventions for han Midpoint values are rounded to the nearest even number. For example, both 3.75 and 3.85 round to 3.8, and both -3.75 and -3.85 round to -3.8. This form of rounding is represented by the enumeration member. > [!NOTE] -> In .NET Core 3.0 and later versions, three additional rounding strategies are availble through the enumeration. These strategies are used in all cases, not just for midpoint values as and are. +> In .NET Core 3.0 and later versions, three additional rounding strategies are available through the enumeration. These strategies are used in all cases, not just for midpoint values as and are. Rounding away from zero is the most widely known form of rounding, while rounding to nearest even is the standard in financial and statistical operations. It conforms to IEEE Standard 754, section 4. When used in multiple rounding operations, rounding to nearest even reduces the rounding error that is caused by consistently rounding midpoint values in a single direction. In some cases, this rounding error can be significant.