implementing school-like division on 32bit chunks on x86
问题 Say i got two big numbers (defined below), and i want to implement division on them by falling back to x86 avaliable arithmetic 0008768376 - 1653656387 - 0437673667 - 0123767614 - 1039873878 - 2231712290 / 0038768167 - 3276287672 - 1665265628 C=A/B Those numbers are stored as vectors of 32 bit unsigned ints. First one, A, is 6-unsigned-int vector, B is 3-unsigned-int long vector [each of this field i name generalised 'digit' or 'field' on my own] The resulting C will be some 3-unsigned-int