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 e86a84a commit 48e845fCopy full SHA for 48e845f
library/core/src/num/f64.rs
@@ -328,6 +328,7 @@ pub mod consts {
328
pub const FRAC_1_SQRT_PI: f64 = 0.564189583547756286948079451560772586_f64;
329
330
/// 1/sqrt(2π)
331
+ #[unstable(feature = "more_float_constants", issue = "103883")]
332
pub const FRAC_1_SQRT_2PI: f64 = 0.398942280401432677939946059934381868_f64;
333
334
/// 2/π
0 commit comments