@@ -33,12 +33,12 @@ pub mod consts {
3333
3434 /// The golden ratio (φ)
3535 #[ unstable( feature = "f128" , issue = "116909" ) ]
36- // Also, #[unstable(feature = "more_float_constants", issue = "103883 ")]
36+ // Also, #[unstable(feature = "more_float_constants", issue = "146939 ")]
3737 pub const PHI : f128 = 1.61803398874989484820458683436563811772030917980576286213545_f128 ;
3838
3939 /// The Euler-Mascheroni constant (γ)
4040 #[ unstable( feature = "f128" , issue = "116909" ) ]
41- // Also, #[unstable(feature = "more_float_constants", issue = "103883 ")]
41+ // Also, #[unstable(feature = "more_float_constants", issue = "146939 ")]
4242 pub const EGAMMA : f128 = 0.577215664901532860606512090082402431042159335939923598805767_f128 ;
4343
4444 /// π/2
@@ -67,14 +67,14 @@ pub mod consts {
6767
6868 /// 1/sqrt(π)
6969 #[ unstable( feature = "f128" , issue = "116909" ) ]
70- // Also, #[unstable(feature = "more_float_constants", issue = "103883 ")]
70+ // Also, #[unstable(feature = "more_float_constants", issue = "146939 ")]
7171 pub const FRAC_1_SQRT_PI : f128 =
7272 0.564189583547756286948079451560772585844050629328998856844086_f128 ;
7373
7474 /// 1/sqrt(2π)
7575 #[ doc( alias = "FRAC_1_SQRT_TAU" ) ]
7676 #[ unstable( feature = "f128" , issue = "116909" ) ]
77- // Also, #[unstable(feature = "more_float_constants", issue = "103883 ")]
77+ // Also, #[unstable(feature = "more_float_constants", issue = "146939 ")]
7878 pub const FRAC_1_SQRT_2PI : f128 =
7979 0.398942280401432677939946059934381868475858631164934657665926_f128 ;
8080
@@ -98,12 +98,12 @@ pub mod consts {
9898
9999 /// sqrt(3)
100100 #[ unstable( feature = "f128" , issue = "116909" ) ]
101- // Also, #[unstable(feature = "more_float_constants", issue = "103883 ")]
101+ // Also, #[unstable(feature = "more_float_constants", issue = "146939 ")]
102102 pub const SQRT_3 : f128 = 1.73205080756887729352744634150587236694280525381038062805581_f128 ;
103103
104104 /// 1/sqrt(3)
105105 #[ unstable( feature = "f128" , issue = "116909" ) ]
106- // Also, #[unstable(feature = "more_float_constants", issue = "103883 ")]
106+ // Also, #[unstable(feature = "more_float_constants", issue = "146939 ")]
107107 pub const FRAC_1_SQRT_3 : f128 =
108108 0.577350269189625764509148780501957455647601751270126876018602_f128 ;
109109
0 commit comments