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 infinite loop in Decimal.to_integer/1 when the coefficient is
zero and the exponent is negative (e.g. Decimal.new("0.0")). Such
values now correctly convert to the integer 0.