Computes the remainder of the truncating division.
@override Fraction remainder(Fraction a, Fraction b) => unsupportedOperation('remainder');