num_
rational
0.4.2
All Items
Sections
Compatibility
Crate Items
Structs
Type Aliases
Crate
num_rational
Copy item path
source
Expand description
Rational numbers
§
Compatibility
The
num-rational
crate is tested for rustc 1.60 and greater.
Structs
§
Parse
Ratio
Error
Ratio
Represents the ratio between two numbers.
Type Aliases
§
Rational
Deprecated
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.