News

This repository contains a series of programs demonstrating various aspects of IEEE 754 floating-point arithmetic in both Python and Java. The examples include handling of rounding, overflow, ...
There is also a limit to how big or how small a floating point number you can represent. For a 32-bit representation the range is (+/-) 3.4E38 and for 64-bit representation the range is (+/-) 1.8E308.