Function to multiply one Uint64 by another and divide the result, We check for overflow on the final result to avoid a premature overflow error.
The multiplicand
The multiplier
The divisor
The 64-bit result
Function to multiply one Uint64 by another and divide the result, We check for overflow on the final result to avoid a premature overflow error.