as-bignum
as-bignum copied to clipboard
Improve u128 reminder and division algorithms
Current PR #7 (thanks @javiersuweijie) added naive reminder/division implementations which quite good works when numerator and denominator pretty close. So for future need to choose and implement more performant alghoritm for hard case.