Expand description

A custom implementation of https://github.com/sdroege/rust-muldiv to support phantom overflow resistant multiply-divide operations. This library uses U128 in place of u128 for u64 operations, and supports U128 operations.

Traits

Trait for calculating val * num / denom with different rounding modes and overflow protection.