this post was submitted on 22 Dec 2023
188 points (96.1% liked)
STOP DOING SCIENCE
413 readers
1 users here now
A community for memes like this.
Not at all affiliated with the subreddit, I just shamelessly stole the name.
Rules:
- Posts are purely meant for humor, and as such should not actually be able to change people's views.
- No politics
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Let's say our integers are 64 bit, say we put half before the point. Now our largest value is just below 4 294 967 296, a 32 bit float goes to 3.4*10^38. The representation also enables some operations to be faster (multiplication, division iirc).
Floats have a wider range, at the cost of not having full coverage over that range. Even the integers in that range cannot be exactly represented