Hacker News with Generative AI: Floating-Point Arithmetic

Strtod Is Wild (festina-lente-productions.com)
The strtod function in the C standard library seems innocent enough: take a decimal representation of a number, such as "10.35" and return the nearest floating-point binary number (the double C type) [note 1].
Herbie: Optimize Floating-Point Expressions (uwplse.org)
IEEE FP8 Formats for Machine Learning (Draft) [pdf] (github.com/P3109)
0.1 plus 0.2 (rtfeldman.com)