Crate num_rational

source ·
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

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.