Returns the remainder of the division of the numerator by the denominator.
public function remainder() : BigInteger { return $this->numerator ->remainder($this->denominator); }