예제 #1
0
 /**
  * Returns the remainder of the division of the numerator by the denominator.
  *
  * @return BigInteger
  */
 public function remainder()
 {
     return $this->numerator->remainder($this->denominator);
 }