bigdecimal-rs
bigdecimal-rs copied to clipboard
Consider using a `BigInt` for scale
There are many situations where the scale
might overflow, while we don't have a configurable context to set its limits, it would be a better default for it to never overflow.