An implementation of the IEEE 754-2008 standard
The simplest case I could create which shows this is `F32(0x43c0a000) + F32(0x0000476e)` which should equal `F32(0x006B7E4A)`, but instead equals `F32(0x00EB7E4A)`. The key seems to be the lowest exponent bit is set erroneously. The extra details in both numbers seem to be important, but its not clear yet how.
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by TheThirdOne and has received 1 comments.