Expand description

Rational numbers

Compatibility

The num-rational crate is tested for rustc 1.31 and greater.

Structs

Represents the ratio between two numbers.

Type Definitions

Alias for arbitrary precision rationals.

RationalDeprecated

Alias for a Ratio of machine-sized integers.

Alias for a Ratio of 32-bit-sized integers.

Alias for a Ratio of 64-bit-sized integers.