We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2d29f6 commit 650632eCopy full SHA for 650632e
library/core/src/num/f128.rs
@@ -64,7 +64,7 @@ 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
0 commit comments