Proxy method to access BigDecimal's protected constructor from sibling classes.
@internal @psalm-pure
protected final function newBigDecimal(string $value, int $scale = 0) : BigDecimal { return new BigDecimal($value, $scale); }