FRAC_2_SQRTPI was renamed to FRAC_2_SQRT_PI
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
parent
49abb42980
commit
e3962e8775
|
@ -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
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue