We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 64ef452 + 72fdabe commit f21d751Copy full SHA for f21d751
src/math/tgamma.rs
@@ -22,7 +22,6 @@ Gamma(x)*Gamma(-x) = -pi/(x sin(pi x))
22
23
most ideas and constants are from boost and python
24
*/
25
-extern crate core;
26
use super::{exp, floor, k_cos, k_sin, pow};
27
28
const PI: f64 = 3.141592653589793238462643383279502884;
0 commit comments