We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 290fe91 commit 6aa391aCopy full SHA for 6aa391a
library/core/src/num/f32.rs
@@ -1021,7 +1021,7 @@ impl f32 {
1021
not(target_feature = "vfp2")))] {
1022
// some 32-bit ARM architectures don't have native double-precision floats
1023
// so fall back to a similar algorithm as in f64, but using f32
1024
- // This should only differ in the NaNs specific NaNs reported.
+ // This should only differ in the specific NaNs reported.
1025
1026
const LO: f32 = f32::MIN_POSITIVE * 2.;
1027
const HI: f32 = f32::MAX / 2.;
0 commit comments