factory Decimal.intFraction(int numerator, int denominator) { return Decimal.fraction(BigInt.from(numerator), BigInt.from(denominator)); }