536
Java (lemmy.world)
you are viewing a single comment's thread
view the rest of the comments
[-] karlthemailman@sh.itjust.works 1 points 1 year ago

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).

[-] nile@sopuli.xyz 3 points 1 year ago
[-] karlthemailman@sh.itjust.works 5 points 1 year ago* (last edited 1 year ago)

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.

[-] nile@sopuli.xyz 1 points 1 year 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)
this post was submitted on 05 Aug 2023
536 points (92.4% liked)

Programmer Humor

19187 readers
1184 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 1 year ago
MODERATORS