We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d717ad9 commit 4dd3ff8Copy full SHA for 4dd3ff8
stdlib/src/math.rs
@@ -9,7 +9,6 @@ mod math {
9
identifier,
10
};
11
use itertools::Itertools;
12
- use libm;
13
use malachite_bigint::BigInt;
14
use num_traits::{One, Signed, Zero};
15
use rustpython_common::{float_ops, int::true_div};
0 commit comments