pub fn from_fixed(f: FixedU128) -> Fraction
Expand description

Convert a FixedU128 <= 1 to a Fraction.

Warning: Panics if f > 1 in debug mode, but saturates in release.