We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b7357c4 + 5d4147a commit 810d322Copy full SHA for 810d322
src/libcore/num/f32.rs
@@ -242,7 +242,7 @@ pub mod consts {
242
/// The full circle constant (τ)
243
///
244
/// Equal to 2π.
245
- #[unstable(feature = "tau_constant", issue = "66770")]
+ #[stable(feature = "tau_constant", since = "1.47.0")]
246
pub const TAU: f32 = 6.28318530717958647692528676655900577_f32;
247
248
/// π/2
src/libcore/num/f64.rs
pub const TAU: f64 = 6.28318530717958647692528676655900577_f64;
0 commit comments