Comment on Java
EvilHankVenture@lemmy.world 1 year agoIt doesn’t store more bit for bit, but it can store larger values.
Comment on Java
EvilHankVenture@lemmy.world 1 year agoIt doesn’t store more bit for bit, but it can store larger values.
karlthemailman@sh.itjust.works 1 year ago
I don’t think that’s possible. Representing more exact ints means representing larger ints and vice versa. I’m ignoring signed vs. unsigned here as in theory both the double and int/long can be signed or unsigned.