• 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.

    Parameters

    • a: UInt64

      The multiplicand

    • b: UInt64

      The multiplier

    • denominator: UInt64

      The divisor

    Returns UInt64

    The 64-bit result