this post was submitted on 04 Nov 2023
357 points (98.4% liked)

Programmer Humor

32410 readers
1 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] mercano@lemmy.world 9 points 2 years ago (2 children)

All numbers in JS are stored as 64-bit floats, so past a certain point, precision starts to degrade.

[–] PixxlMan@lemmy.world 2 points 2 years ago

Precision always degrades