FRAC_2_SQRTPI was renamed to FRAC_2_SQRT_PI
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
parent
f44b3381f4
commit
d49cc2f750
|
@ -427,7 +427,7 @@ macro_rules! impl_base_float(
|
||||||
|
|
||||||
/// 2.0 / sqrt(pi).
|
/// 2.0 / sqrt(pi).
|
||||||
fn frac_2_sqrtpi() -> $n {
|
fn frac_2_sqrtpi() -> $n {
|
||||||
$n::consts::FRAC_2_SQRTPI
|
$n::consts::FRAC_2_SQRT_PI
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue