We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93e0e80 commit e2d29f6Copy full SHA for e2d29f6
library/core/src/num/f128.rs
@@ -64,11 +64,12 @@ pub mod consts {
64
65
/// 1/sqrt(π)
66
#[unstable(feature = "f128", issue = "116909")]
67
- // Also, #[unstable(feature = "more_float_constants", issue = "103883")]
+
68
pub const FRAC_1_SQRT_PI: f128 =
69
0.564189583547756286948079451560772585844050629328998856844086_f128;
70
71
/// 1/sqrt(2π)
72
+ #[unstable(feature = "f128", issue = "116909")]
73
pub const FRAC_1_SQRT_2PI: f128 =
74
0.398942280401432677939946059934381868475858631164934657665926_f128;
75
0 commit comments