|
пре 9 година | |
---|---|---|
.travis | пре 9 година | |
benches | пре 9 година | |
bigint | пре 9 година | |
complex | пре 9 година | |
doc | пре 9 година | |
integer | пре 9 година | |
iter | пре 9 година | |
macros | пре 9 година | |
rational | пре 9 година | |
src | пре 9 година | |
traits | пре 9 година | |
.gitignore | пре 9 година | |
.multirust.sh | пре 9 година | |
.travis.yml | пре 9 година | |
Cargo.toml | пре 9 година | |
LICENSE-APACHE | пре 10 година | |
LICENSE-MIT | пре 10 година | |
Makefile | пре 9 година | |
README.md | пре 9 година |
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;