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 committed by Eduard Bopp
parent 49abb42980
commit e3962e8775
1 changed files with 1 additions and 1 deletions

View File

@ -425,7 +425,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
}