Merge pull request rust-lang/libm#289 from Amjad50/remove_unneeded_extern_core
Remove unneeded `extern core` in `tgamma`
This commit is contained in:
commit
f778833b89
1 changed files with 0 additions and 1 deletions
|
|
@ -22,7 +22,6 @@ Gamma(x)*Gamma(-x) = -pi/(x sin(pi x))
|
|||
|
||||
most ideas and constants are from boost and python
|
||||
*/
|
||||
extern crate core;
|
||||
use super::{exp, floor, k_cos, k_sin, pow};
|
||||
|
||||
const PI: f64 = 3.141592653589793238462643383279502884;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue