pub fn multiply_by_fixed(fraction: Fraction, fixed: FixedU128) -> FixedU128
Expand description

Multiply a FixedU128 by a Fraction.

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