Releases: tkphd/floating-point
Releases · tkphd/floating-point
A Primer on Floating-Point Inaccuracy
A primer on the floating-point representation of real numbers using C and C++, with comments on two's complement and IEEE 754. This code should not be relied upon, may contain errors, and is intended for educational purposes only.