Messing with Floating Point

Talk — 2024-11-28
Core C++ — Tel Aviv, Israel

Video

Abstract

Floating point arithmetic is foundational to scientific computing, graphics, and numerical algorithms—yet most developers treat it as a black box. This talk peels back the abstraction to explore how IEEE 754 floating point actually works, why certain operations produce surprising results, and what strategies exist for writing robust numerical code in C++.

Topics Covered

Presented At

Core C++ 2024 — Tel Aviv, Israel