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 quotient and the remainder
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.