Skip to content
  • Alexander A. Maly's avatar
    Fix iabs(-2147483648) bug · bdc0e064
    Alexander A. Maly authored
    Issue #3 fixed.
    isCorrectDouble corrected, double is now promoted to uint64_t via union.
    Enchanced overflow checking for int sum, difference and product.
    parseInt corrected, now it rejects empty numbers beginning with + or - or $.
    maxint() dropped, INT32_MAX is now used instead.
    maxreal improved to more digits.
    bdc0e064