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 b8fa9d3 commit a014088Copy full SHA for a014088
src/libstd/num/float.rs
@@ -47,7 +47,7 @@ pub static neg_infinity: float = -1.0/0.0;
47
/* Module: consts */
48
pub mod consts {
49
// FIXME (requires Issue #1433 to fix): replace with mathematical
50
- // staticants from cmath.
+ // constants from cmath.
51
/// Archimedes' constant
52
pub static pi: float = 3.14159265358979323846264338327950288;
53
0 commit comments