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 invalid decimal precision when dividend has exponent -1 (#195)
API CHANGE Narrowing function (longValue, intValue, doubleValue...) are now defaulting to exactRequired which means they
will throw ArithmeticException if the conversion cannot be done without loss.
Use temporary javascript comparison workaround to handle precision loss. This is fixed in kotlin 1.6.20 and the workaround will be removed once that is released.