|
há 9 anos atrás | |
---|---|---|
.travis | há 9 anos atrás | |
benches | há 9 anos atrás | |
bigint | há 9 anos atrás | |
complex | há 9 anos atrás | |
doc | há 9 anos atrás | |
integer | há 9 anos atrás | |
iter | há 9 anos atrás | |
macros | há 9 anos atrás | |
rational | há 9 anos atrás | |
src | há 9 anos atrás | |
traits | há 9 anos atrás | |
.gitignore | há 9 anos atrás | |
.multirust.sh | há 9 anos atrás | |
.travis.yml | há 9 anos atrás | |
Cargo.toml | há 9 anos atrás | |
LICENSE-APACHE | há 10 anos atrás | |
LICENSE-MIT | há 10 anos atrás | |
Makefile | há 9 anos atrás | |
README.md | há 9 anos atrás |
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;