Expand description

A crate containing a number type suitable for use in financial contexts.

Re-exports

pub use num_bigint_v02 as num_bigint;
pub use num_rational_v02 as num_rational;

Structs

An object providing more advanced displaying capabilities to Num.

An unlimited precision number type with some improvements and customizations over BigRational.

A fixed size number type with some improvements and customizations over Rational32.

A fixed size number type with some improvements and customizations over Rational64.

Enums

An error used for conveying parsing failures.