Skip to content

Releases: tkphd/floating-point

A Primer on Floating-Point Inaccuracy

06 May 13:52
Compare
Choose a tag to compare
Pre-release

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.