this post was submitted on 28 Jun 2026
252 points (100.0% liked)

Programmer Humor

32043 readers
162 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 3 years ago
MODERATORS
 

A NaN spotted in the wild.

you are viewing a single comment's thread
view the rest of the comments
[–] verdare@piefed.blahaj.zone 11 points 1 day ago (1 children)

Eh, it’s not a problem if prices are being converted to floating point at some point before being displayed.

What you don’t want to do is store the definitive price as a floating point and perform calculations with it. I don’t see any reason to assume that’s happening here.

[–] sik0fewl@piefed.ca 3 points 1 day ago* (last edited 1 day ago)

It still makes no sense to convert to float and is likely to lead to a big at some point