Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 736 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 736 Bytes

num-complex

crate documentation minimum rustc 1.8 Travis status

Complex numbers for Rust.

Usage

Add this to your Cargo.toml:

[dependencies]
num-complex = "0.1"

and this to your crate root:

extern crate num_complex;

Releases

Release notes are available in RELEASES.md.

Compatibility

The num-complex crate is tested for rustc 1.8 and greater.