Learning to Float

An evergreen discussion among even the most seasoned programmers is when it's safe to use floating point numbers. Someone recently asserted that single-precision IEEE 754 binary float† was "good enough for money."

I don't recommend it. ...more

October 30, 2025 Updated: November 12, 2025
#Algebra #Binary #Deep Dive #Floating Point #IEEE #Math #Radix
use Floof

In most languages, a symbol or identifier usually maps to a single value of a given type. But Perl had other ideas!

In Perl, an identifier can refer to up to nine distinct types! This is the Perl typeglob. ...more

February 08, 2025
#Cats #Deep Dive #Perl