Skip to content

v2.4.1

Choose a tag to compare

@ericmj ericmj released this 08 May 17:39

Bug fixes

  • 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.