C++ implementation of (generalized) Symmetric Level-Index Arithmetic representation of floating-point numbers
-
Updated
Feb 11, 2021 - C++
C++ implementation of (generalized) Symmetric Level-Index Arithmetic representation of floating-point numbers
This assignment presents code that is designed to show the two functions operating with and without overflow or underflows. Using the existing source code, you will add logic to the add_numbers() and subtract_numbers() functions to detect, prevent, and notify the caller of a numeric overflow. You will also modify the calling test_overflow and te…
Add a description, image, and links to the overflow topic page so that developers can more easily learn about it.
To associate your repository with the overflow topic, visit your repo's landing page and select "manage topics."