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.
1 parent 05e7a74 commit 3a8cd3bCopy full SHA for 3a8cd3b
src/analysis/find_freqs.rs
@@ -1,4 +1,4 @@
1
-use num::{complex::ComplexFloat, traits::float::FloatConst, Complex, Float, NumCast, One, Zero};
+use num::{complex::ComplexFloat, Complex, Float, NumCast, One, Zero};
2
use option_trait::{Maybe, StaticMaybe};
3
4
use crate::{quantities::{ListOrSingle, MaybeList, MaybeLists, MaybeOwnedList, OwnedList, OwnedLists}, systems::{Sos, Tf, Zpk}, transforms::system::ToZpk, System};
0 commit comments