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