stjahns / num

This crate contains arbitrary-sized integer, rational, and complex types.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

num

Arbitrary sized numeric types for Rust.

Documentation

Usage

Add this to your Cargo.toml:

[dependencies]
num = "*"

and this to your crate root:

extern crate num;

About

This crate contains arbitrary-sized integer, rational, and complex types.

License:Apache License 2.0


Languages

Language:Rust 100.0%