Module complex

Source
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;

Modules§

angle
Angle operations and conversions
complex
Complex numbers and their operations
vector
Complex vectors and their operations