File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ pub const NAN: f32 = 0.0_f32 / 0.0_f32;
6262/// Infinity (∞).
6363#[ stable( feature = "rust1" , since = "1.0.0" ) ]
6464pub const INFINITY : f32 = 1.0_f32 / 0.0_f32 ;
65- /// Negative infinity (- ∞).
65+ /// Negative infinity (− ∞).
6666#[ stable( feature = "rust1" , since = "1.0.0" ) ]
6767pub const NEG_INFINITY : f32 = -1.0_f32 / 0.0_f32 ;
6868
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ pub const NAN: f64 = 0.0_f64 / 0.0_f64;
6262/// Infinity (∞).
6363#[ stable( feature = "rust1" , since = "1.0.0" ) ]
6464pub const INFINITY : f64 = 1.0_f64 / 0.0_f64 ;
65- /// Negative infinity (- ∞).
65+ /// Negative infinity (− ∞).
6666#[ stable( feature = "rust1" , since = "1.0.0" ) ]
6767pub const NEG_INFINITY : f64 = -1.0_f64 / 0.0_f64 ;
6868
You can’t perform that action at this time.
0 commit comments