File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -130,15 +130,15 @@ pub mod consts {
130
130
pub const LOG2_E : f32 = 1.44269504088896340735992468100189214_f32 ;
131
131
132
132
/// log<sub>2</sub>(10)
133
- #[ unstable ( feature = "extra_log_consts" , issue = "50540 " ) ]
133
+ #[ stable ( feature = "extra_log_consts" , since = "1.43.0 " ) ]
134
134
pub const LOG2_10 : f32 = 3.32192809488736234787031942948939018_f32 ;
135
135
136
136
/// log<sub>10</sub>(e)
137
137
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
138
138
pub const LOG10_E : f32 = 0.434294481903251827651128918916605082_f32 ;
139
139
140
140
/// log<sub>10</sub>(2)
141
- #[ unstable ( feature = "extra_log_consts" , issue = "50540 " ) ]
141
+ #[ stable ( feature = "extra_log_consts" , since = "1.43.0 " ) ]
142
142
pub const LOG10_2 : f32 = 0.301029995663981195213738894724493027_f32 ;
143
143
144
144
/// ln(2)
Original file line number Diff line number Diff line change @@ -126,15 +126,15 @@ pub mod consts {
126
126
pub const E : f64 = 2.71828182845904523536028747135266250_f64 ;
127
127
128
128
/// log<sub>2</sub>(10)
129
- #[ unstable ( feature = "extra_log_consts" , issue = "50540 " ) ]
129
+ #[ stable ( feature = "extra_log_consts" , since = "1.43.0 " ) ]
130
130
pub const LOG2_10 : f64 = 3.32192809488736234787031942948939018_f64 ;
131
131
132
132
/// log<sub>2</sub>(e)
133
133
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
134
134
pub const LOG2_E : f64 = 1.44269504088896340735992468100189214_f64 ;
135
135
136
136
/// log<sub>10</sub>(2)
137
- #[ unstable ( feature = "extra_log_consts" , issue = "50540 " ) ]
137
+ #[ stable ( feature = "extra_log_consts" , since = "1.43.0 " ) ]
138
138
pub const LOG10_2 : f64 = 0.301029995663981195213738894724493027_f64 ;
139
139
140
140
/// log<sub>10</sub>(e)
You can’t perform that action at this time.
0 commit comments