Expand description
Modules§
Macros§
Structs§
- Represents the ratio between two numbers.
Enums§
Traits§
- Bits 🔒
Functions§
- ldexp 🔒Multiply
x
by 2 to the power ofexp
. Returns an accurate result even if2^exp
is not representable. - Converts a ratio of
T
to an f64.
Type Aliases§
- Rational
Deprecated Alias for aRatio
of machine-sized integers. - Alias for a
Ratio
of 32-bit-sized integers. - Alias for a
Ratio
of 64-bit-sized integers.