We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6843ea4 commit da001b8Copy full SHA for da001b8
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