Skip to content
/ num Public
forked from rust-num/num

A collection of numeric types and traits for Rust.

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

remexre/num

This branch is 7 commits ahead of, 252 commits behind rust-num/num:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Nathaniel Ringo
May 22, 2017
9ab6b24 · May 22, 2017
Jul 9, 2016
May 22, 2017
May 18, 2017
May 22, 2017
Feb 26, 2017
Nov 13, 2015
Apr 9, 2017
Feb 26, 2017
Feb 26, 2017
May 22, 2017
Feb 7, 2017
May 7, 2017
May 14, 2015
Feb 10, 2017
May 17, 2017
Sep 16, 2014
Sep 16, 2014
May 3, 2017

Repository files navigation

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;

Compatibility

Most of the num crates are tested for rustc 1.8 and greater. The exceptions are num-derive which requires at least rustc 1.15, and the deprecated num-macros which requires nightly rustc.

About

A collection of numeric types and traits for Rust.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 99.5%
  • Shell 0.5%