| Crates.io | num-complex |
| lib.rs | num-complex |
| version | 0.1.44 |
| created_at | 2016-04-14 07:30:01.269978+00 |
| updated_at | 2025-01-25 00:38:03.406755+00 |
| description | Complex numbers implementation for Rust |
| homepage | https://github.com/rust-num/num-complex |
| repository | https://github.com/rust-num/num-complex |
| max_upload_size | |
| id | 4748 |
| size | 78,904 |
Complex numbers for Rust.
Add this to your Cargo.toml:
[dependencies]
num-complex = "0.1"
and this to your crate root:
extern crate num_complex;
Release notes are available in RELEASES.md.
The num-complex crate is tested for rustc 1.19 and greater.