2016-01-15 13:29:34 -05:00
2015-11-12 18:40:13 -08:00
2016-01-08 15:22:54 -08:00
2016-01-15 13:29:34 -05:00
2015-05-14 10:19:47 -07:00
2015-11-18 22:12:19 -08:00
2016-01-08 15:22:54 -08:00
2014-09-16 10:35:35 -07:00
2014-09-16 10:35:35 -07:00

num

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.

Documentation

Usage

Add this to your Cargo.toml:

[dependencies]
num = "0.1"

and this to your crate root:

extern crate num;
Description
No description provided
Readme 2 MiB