Overrides BigNumber::toScale
public function toScale(int $scale, RoundingMode $roundingMode = RoundingMode::UNNECESSARY) : BigDecimal { return $this->toBigDecimal() ->toScale($scale, $roundingMode); }