Module un_algebra::complex[][src]

Algebraic traits for complex numbers.

The Rust standard library does not have a complex number type, however the num crate provides a useful one. This module implements un_algebra structure traits for num's complex number type.

This module would be a useful example in this crate's examples directory, but Rust's trait coherence restrictions make it much simpler to include it in the crate source.

Modules

complex

Algebraic trait implementations for complex numbers.