Skip to content

Commit 650632e

Browse files
authored
Add missing comment for f128 back in
1 parent e2d29f6 commit 650632e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/num/f128.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ pub mod consts {
6464

6565
/// 1/sqrt(π)
6666
#[unstable(feature = "f128", issue = "116909")]
67-
67+
// Also, #[unstable(feature = "more_float_constants", issue = "103883")]
6868
pub const FRAC_1_SQRT_PI: f128 =
6969
0.564189583547756286948079451560772585844050629328998856844086_f128;
7070

0 commit comments

Comments
 (0)