2015-12-21 12:26:32 -08:00
2015-12-16 22:32:00 -08:00
2015-11-12 18:40:13 -08:00
2015-12-16 22:48:45 -08:00
2015-05-14 10:19:47 -07:00
2015-11-18 22:12:19 -08:00
2015-12-16 22:48:45 -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