Crate num_rational[][src]

Rational numbers

Compatibility

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

Structs

ParseRatioError
Ratio

Represents the ratio between two numbers.

Type Definitions

Rational

Alias for a Ratio of machine-sized integers.

Rational32

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

Rational64

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