Remove unneeded extern core in tgamma
This commit is contained in:
committed by
Amanieu d'Antras
parent
64ef452c99
commit
72fdabe86e
@@ -22,7 +22,6 @@ Gamma(x)*Gamma(-x) = -pi/(x sin(pi x))
|
|||||||
|
|
||||||
most ideas and constants are from boost and python
|
most ideas and constants are from boost and python
|
||||||
*/
|
*/
|
||||||
extern crate core;
|
|
||||||
use super::{exp, floor, k_cos, k_sin, pow};
|
use super::{exp, floor, k_cos, k_sin, pow};
|
||||||
|
|
||||||
const PI: f64 = 3.141592653589793238462643383279502884;
|
const PI: f64 = 3.141592653589793238462643383279502884;
|
||||||
|
|||||||
Reference in New Issue
Block a user