Complex
numbers for Rust.
Add this to your Cargo.toml
:
[dependencies]
num-complex = "0.1"
and this to your crate root:
extern crate num_compex;
Release notes are available in RELEASES.md.
The num-complex
crate is tested for rustc 1.8 and greater.