Discussion about integer overflow

There is this package:

https://docs.juliahub.com/SafeREPL/vNvbl/0.1.0/

Yet, perhaps in any language it is too much to ask that computer-precision arithmetic will behave as exact arithmetic in any case. Probably one can always build some corner case example where the result is not what one would expect. Dealing explicitly with such limitations of the representation of the number in computers is probably important if the application is critical.

3 Likes