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 3cc3ad1 commit b10ac8aCopy full SHA for b10ac8a
src/libcore/num/mod.rs
@@ -2318,7 +2318,7 @@ impl usize {
2318
/// let num = 12.4_f32;
2319
/// let inf = f32::INFINITY;
2320
/// let zero = 0f32;
2321
-/// let sub: f32 = 0.000000000000000000000000000000000000011754942;
+/// let sub: f32 = 1.1754942e-38;
2322
/// let nan = f32::NAN;
2323
///
2324
/// assert_eq!(num.classify(), FpCategory::Normal);
0 commit comments