mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 05:25:37 +03:00
Add tracking issue number.
This commit is contained in:
@@ -78,7 +78,7 @@ pub mod consts {
|
||||
/// The full circle constant (τ)
|
||||
///
|
||||
/// Equal to 2π.
|
||||
#[unstable(feature = "tau_constant", issue = "0")]
|
||||
#[unstable(feature = "tau_constant", issue = "66770")]
|
||||
pub const TAU: f32 = 6.28318530717958647692528676655900577_f32;
|
||||
|
||||
/// π/2
|
||||
|
||||
@@ -78,7 +78,7 @@ pub mod consts {
|
||||
/// The full circle constant (τ)
|
||||
///
|
||||
/// Equal to 2π.
|
||||
#[unstable(feature = "tau_constant", issue = "0")]
|
||||
#[unstable(feature = "tau_constant", issue = "66770")]
|
||||
pub const TAU: f64 = 6.28318530717958647692528676655900577_f64;
|
||||
|
||||
/// π/2
|
||||
|
||||
Reference in New Issue
Block a user