Returns the quotient and remainder of the division of the numerator by the denominator.
@psalm-return array{BigInteger, BigInteger}
BigInteger[]
public function quotientAndRemainder() : array { return $this->numerator ->quotientAndRemainder($this->denominator); }