We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b1d9ce9 + da001b8 commit 547c2cdCopy full SHA for 547c2cd
src/libcore/num/f32.rs
@@ -71,7 +71,7 @@ pub const INFINITY: f32 = 1.0_f32/0.0_f32;
71
#[allow(missing_docs)]
72
pub const NEG_INFINITY: f32 = -1.0_f32/0.0_f32;
73
74
-/// Basic mathematial constants.
+/// Basic mathematical constants.
75
#[stable(feature = "rust1", since = "1.0.0")]
76
pub mod consts {
77
// FIXME: replace with mathematical constants from cmath.
src/libcore/num/f64.rs
@@ -71,7 +71,7 @@ pub const INFINITY: f64 = 1.0_f64/0.0_f64;
pub const NEG_INFINITY: f64 = -1.0_f64/0.0_f64;
0 commit comments