|
9 vuotta sitten | |
---|---|---|
.travis | 9 vuotta sitten | |
benches | 9 vuotta sitten | |
doc | 9 vuotta sitten | |
num-macros | 9 vuotta sitten | |
src | 9 vuotta sitten | |
.gitignore | 9 vuotta sitten | |
.multirust.sh | 9 vuotta sitten | |
.travis.yml | 9 vuotta sitten | |
Cargo.toml | 9 vuotta sitten | |
LICENSE-APACHE | 10 vuotta sitten | |
LICENSE-MIT | 10 vuotta sitten | |
README.md | 9 vuotta sitten |
A collection of numeric types and traits for Rust.
This includes new types for big integers, rationals, and complex numbers, new traits for generic programming on numeric properties like `Integer, and generic range iterators.
Add this to your Cargo.toml
:
[dependencies]
num = "0.1"
and this to your crate root:
extern crate num;