Re-exports
pub use num_complex;
pub use num_traits;
Macros
- A more convenient way to write
Complex::new(...)
. - A more convenient way of writing
Poly::new(&[Complex::new(...)...])
pub use num_complex;
pub use num_traits;
Complex::new(...)
.Poly::new(&[Complex::new(...)...])