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 b6eec22 commit d6650e0Copy full SHA for d6650e0
src/libcore/num/f32.rs
@@ -858,7 +858,7 @@ impl f32 {
858
let mut left = self.to_bits() as i32;
859
let mut right = other.to_bits() as i32;
860
861
- // In case of negatives, flip all the bits expect the sign
+ // In case of negatives, flip all the bits except the sign
862
// to achieve a similar layout as two's complement integers
863
//
864
// Why does this work? IEEE 754 floats consist of three fields:
0 commit comments