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.
extern core
tgamma
1 parent 64ef452 commit 72fdabeCopy full SHA for 72fdabe
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