|  | 9 yıl önce | |
|---|---|---|
| .travis | 9 yıl önce | |
| benches | 9 yıl önce | |
| bigint | 9 yıl önce | |
| complex | 9 yıl önce | |
| derive | 9 yıl önce | |
| doc | 10 yıl önce | |
| integer | 9 yıl önce | |
| iter | 9 yıl önce | |
| macros | 9 yıl önce | |
| rational | 9 yıl önce | |
| src | 9 yıl önce | |
| traits | 9 yıl önce | |
| .gitignore | 10 yıl önce | |
| .rustup.sh | 9 yıl önce | |
| .travis.yml | 9 yıl önce | |
| Cargo.toml | 9 yıl önce | |
| LICENSE-APACHE | 11 yıl önce | |
| LICENSE-MIT | 11 yıl önce | |
| Makefile | 9 yıl önce | |
| README.md | 10 yıl önce | 
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;