Numeric inputs accepted by all built-in numeric codecs.
Strings, bigints, and NumericValueObject instances avoid conversion to
an imprecise JavaScript number for finite, nonzero values. Strings use Decimal's
syntax, including "1234.5", "1.25e3", "1_000", "0xff", "0b1010", and
"0o17". Surrounding whitespace is ignored. Parse localized text such as
"1,234.5" with @neutrium/formatter/parse first.
Numeric domains normalize overflow to infinity and underflow to signed zero.
Numeric inputs accepted by all built-in numeric codecs.
Strings, bigints, and NumericValueObject instances avoid conversion to an imprecise JavaScript
numberfor finite, nonzero values. Strings use Decimal's syntax, including"1234.5","1.25e3","1_000","0xff","0b1010", and"0o17". Surrounding whitespace is ignored. Parse localized text such as"1,234.5"with@neutrium/formatter/parsefirst. Numeric domains normalize overflow to infinity and underflow to signed zero.