Expand description
Complex number module for Rust
This module provides functionality for working with complex numbers, including basic arithmetic operations, mathematical functions, and polar form conversions.
Re-exports§
pub use angle::Angle;
pub use complex::Complex;
pub use vector::ComplexVector;