We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33226b0 commit 0c7f85cCopy full SHA for 0c7f85c
stdlib/public/core/FloatingPointParsing.swift.gyb
@@ -78,9 +78,10 @@ extension ${Self}: LosslessStringConvertible {
78
/// let e = ${Self}("2837.5e-2")
79
/// // e == 28.375
80
///
81
- /// A decimal string is converted into a correctly-rounded ${Self}
82
- /// instance using IEEE 754 round-to-nearest
83
- /// conventions. Very small values are rounded to positive or
+ /// A decimal string is converted to a ${Self}
+ /// instance using the IEEE 754 roundTiesToEven (default) rounding
+ /// attribute.
84
+ /// Very small values are rounded to positive or
85
/// negative zero, very large values are rounded
86
/// to plus or minus infinity.
87
0 commit comments