Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit f21d751

Browse files
authored
Merge pull request #289 from Amjad50/remove_unneeded_extern_core
Remove unneeded `extern core` in `tgamma`
2 parents 64ef452 + 72fdabe commit f21d751

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/math/tgamma.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ Gamma(x)*Gamma(-x) = -pi/(x sin(pi x))
2222
2323
most ideas and constants are from boost and python
2424
*/
25-
extern crate core;
2625
use super::{exp, floor, k_cos, k_sin, pow};
2726

2827
const PI: f64 = 3.141592653589793238462643383279502884;

0 commit comments

Comments
 (0)