Crate num_rational[][src]

Expand description

Rational numbers

Compatibility

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

Structs

ParseRatioError
Ratio

Represents the ratio between 2 numbers.

Type Definitions

Rational

Alias for a Ratio of machine-sized integers.

Rational32
Rational64