Package-level declarations
Types
ionspin BigInteger -> ionspin BigDecimal: lossless promotion (fraction-truncating reverse unsupported).
Double -> ionspin BigDecimal (widening only; the reverse is intentionally unsupported).
Double ->java.math.BigDecimal via valueOf (widening only; lossy reverse unsupported).
Int -> ionspin BigInteger (widening only; the reverse is intentionally unsupported).
java.math.BigInteger ->java.math.BigDecimal: lossless promotion (fraction-truncating reverse unsupported).
Long -> ionspin BigInteger (widening only; the reverse is intentionally unsupported).
Long ->java.math.BigInteger (widening only; overflowing reverse unsupported).
ISO decimal String ↔ ionspin BigDecimal. Uses base-10 parsing and expanded notation.
Decimal String ↔ ionspin BigInteger. Parses in base 10.
ISO decimal String ↔ java.math.BigDecimal.
Decimal String ↔ java.math.BigInteger.