예제 #1
0
 /**
  * {@inheritdoc}
  */
 public function toScale($scale, $roundingMode = RoundingMode::UNNECESSARY)
 {
     return $this->numerator->toBigDecimal()->dividedBy($this->denominator, $scale, $roundingMode);
 }