You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix for #239, toPlainString which was supposed to return same result as JVM was truncating zeroes when scale was used.
Fix for #238, wrong exponent in resolved decimal precision was used in divideAndRemainder
Fix for #237, when precision and exponent are same invalid value was returned
Fix for #231, exception incorrectly thrown when using scale (the library was only checking for unlimited precision instead of that and presence of scale)