DecimalIntl constructor

DecimalIntl(
  1. Decimal decimal
)

Implementation

DecimalIntl(Decimal decimal) : this._rational(decimal.toRational());