this post was submitted on 05 Aug 2023
535 points (92.4% liked)

Programmer Humor

20396 readers
1138 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 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 2 years ago (13 children)

How does that work? Is it just because double uses more bits? I'd imagine for the same number of bits, you can store more ints than doubles (assuming you want the ints to be exact values).

[–] [email protected] 3 points 2 years ago (12 children)
[–] [email protected] 5 points 2 years ago* (last edited 2 years ago) (11 children)

No, I get that. I'm sure the programming language design people know what they are doing. I just can't grasp how a double (which has to use at least 1 bit to represent whether or not there is a fractional component) can possibly store more exact integer vales than an integer type of the same length (same number of bits).

It just seems to violate some law of information theory to my novice mind.

[–] [email protected] 1 points 2 years ago

Oh now I get what you mean, and like others mentioned, yeah it's more bits :)

load more comments (10 replies)
load more comments (10 replies)
load more comments (10 replies)