We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5a24b2 commit 93e0e80Copy full SHA for 93e0e80
library/core/src/num/f16.rs
@@ -68,6 +68,7 @@ pub mod consts {
68
pub const FRAC_1_SQRT_PI: f16 = 0.564189583547756286948079451560772586_f16;
69
70
/// 1/sqrt(2π)
71
+ #[unstable(feature = "f16", issue = "116909")]
72
pub const FRAC_1_SQRT_2PI: f16 = 0.398942280401432677939946059934381868_f16;
73
74
/// 2/π
0 commit comments