Expand description

Math helpers

Traits

Calculates fees.

Functions

Multiplies two u64s then divides by the third number. This function attempts to use 64 bit math if possible.

Multiplies two u64s then divides by the third number. This assumes that a > b.