Josh Stone e8d948a3d2 Reduce the size of the BigUint pow benchmark
If a benchmark takes very long to run, it's harder to iterate on changes
to see their effect.  Even reduced to 100, this pow_bench takes around 8
seconds on my machine, and still shows meaningful optimization effects.
2016-01-06 18:32:01 -08:00
2015-11-12 18:40:13 -08:00
2015-12-30 10:57:54 +01: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