Skip to content

cuviper/num-complex

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Complex numbers for Rust

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 98.5%
  • Shell 1.5%