FRAC_2_SQRTPI was renamed to FRAC_2_SQRT_PI

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
Anders Kaseorg 2015-04-02 04:12:48 -04:00
parent f44b3381f4
commit d49cc2f750
1 changed files with 1 additions and 1 deletions

View File

@ -427,7 +427,7 @@ macro_rules! impl_base_float(
/// 2.0 / sqrt(pi).
fn frac_2_sqrtpi() -> $n {
$n::consts::FRAC_2_SQRTPI
$n::consts::FRAC_2_SQRT_PI
}