# Functions
FromJSON unnmarshal JSON string a big.Int with fixed precision.
MustNew New variant that panics on error.
New creates a new Decimal from a string|float|int|decimal.
Precision creates precision constant required for decimal type.
String returns big.Int string representation as a number with fixed decimals.
ToJSON returns json marshalling as decimal number.