|  | před 9 roky | |
|---|---|---|
| .travis | před 9 roky | |
| benches | před 9 roky | |
| bigint | před 9 roky | |
| doc | před 10 roky | |
| integer | před 9 roky | |
| macros | před 9 roky | |
| rational | před 9 roky | |
| src | před 9 roky | |
| traits | před 9 roky | |
| .gitignore | před 10 roky | |
| .multirust.sh | před 10 roky | |
| .travis.yml | před 9 roky | |
| Cargo.toml | před 9 roky | |
| LICENSE-APACHE | před 11 roky | |
| LICENSE-MIT | před 11 roky | |
| Makefile | před 9 roky | |
| README.md | před 10 roky | 
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;