BigInt
BigInt copied to clipboard
.quotientAndRemainder() is missing fraction precision data.
Example:
BigUInt(1).quotientAndRemainder(dividingBy: BigUInt(1000000000000000000))
returns: quotient: 0 remainder: 1
However there is no way of telling the fraction digits of the result (1*10^-18)