File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -808,8 +808,8 @@ mod prim_tuple {}
808
808
/// Additionally, `f32` can represent some special values:
809
809
///
810
810
/// - −0.0: IEEE 754 floating point numbers have a bit that indicates their sign, so −0.0 is a
811
- /// possible value. For comparison `- 0.0 == 0.0` is true but floating point operations can
812
- /// carry the sign bit through arithmetic operations. This means `-1 .0 * 0.0` produces −0.0 and
811
+ /// possible value. For comparison − 0.0 = + 0.0, but floating point operations can carry
812
+ /// the sign bit through arithmetic operations. This means −0 .0 × + 0.0 produces −0.0 and
813
813
/// a negative number rounded to a value smaller than a float can represent also produces −0.0.
814
814
/// - [∞](#associatedconstant.INFINITY) and
815
815
/// [−∞](#associatedconstant.NEG_INFINITY): these result from calculations
You can’t perform that action at this time.
0 commit comments