@@ -33,12 +33,12 @@ pub mod consts {
33
33
34
34
/// The golden ratio (φ)
35
35
#[ unstable( feature = "f128" , issue = "116909" ) ]
36
- // Also, #[unstable(feature = "more_float_constants", issue = "103883 ")]
36
+ // Also, #[unstable(feature = "more_float_constants", issue = "146939 ")]
37
37
pub const PHI : f128 = 1.61803398874989484820458683436563811772030917980576286213545_f128 ;
38
38
39
39
/// The Euler-Mascheroni constant (γ)
40
40
#[ unstable( feature = "f128" , issue = "116909" ) ]
41
- // Also, #[unstable(feature = "more_float_constants", issue = "103883 ")]
41
+ // Also, #[unstable(feature = "more_float_constants", issue = "146939 ")]
42
42
pub const EGAMMA : f128 = 0.577215664901532860606512090082402431042159335939923598805767_f128 ;
43
43
44
44
/// π/2
@@ -67,14 +67,14 @@ pub mod consts {
67
67
68
68
/// 1/sqrt(π)
69
69
#[ unstable( feature = "f128" , issue = "116909" ) ]
70
- // Also, #[unstable(feature = "more_float_constants", issue = "103883 ")]
70
+ // Also, #[unstable(feature = "more_float_constants", issue = "146939 ")]
71
71
pub const FRAC_1_SQRT_PI : f128 =
72
72
0.564189583547756286948079451560772585844050629328998856844086_f128 ;
73
73
74
74
/// 1/sqrt(2π)
75
75
#[ doc( alias = "FRAC_1_SQRT_TAU" ) ]
76
76
#[ unstable( feature = "f128" , issue = "116909" ) ]
77
- // Also, #[unstable(feature = "more_float_constants", issue = "103883 ")]
77
+ // Also, #[unstable(feature = "more_float_constants", issue = "146939 ")]
78
78
pub const FRAC_1_SQRT_2PI : f128 =
79
79
0.398942280401432677939946059934381868475858631164934657665926_f128 ;
80
80
@@ -98,12 +98,12 @@ pub mod consts {
98
98
99
99
/// sqrt(3)
100
100
#[ unstable( feature = "f128" , issue = "116909" ) ]
101
- // Also, #[unstable(feature = "more_float_constants", issue = "103883 ")]
101
+ // Also, #[unstable(feature = "more_float_constants", issue = "146939 ")]
102
102
pub const SQRT_3 : f128 = 1.73205080756887729352744634150587236694280525381038062805581_f128 ;
103
103
104
104
/// 1/sqrt(3)
105
105
#[ unstable( feature = "f128" , issue = "116909" ) ]
106
- // Also, #[unstable(feature = "more_float_constants", issue = "103883 ")]
106
+ // Also, #[unstable(feature = "more_float_constants", issue = "146939 ")]
107
107
pub const FRAC_1_SQRT_3 : f128 =
108
108
0.577350269189625764509148780501957455647601751270126876018602_f128 ;
109
109
0 commit comments