537
Java (lemmy.world)
submitted 2 years ago by [email protected] to c/[email protected]
you are viewing a single comment's thread
view the rest of the comments
[-] [email protected] 33 points 2 years ago

Also, double can and does in fact represent integers exactly.

[-] [email protected] 19 points 2 years ago

Only to 2^54. The amount of integers representable by a long is more. But it can and does represent every int value correctly

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

*long long, if we're gonna be taking about C types. A long is commonly limited to 32 bits.

[-] [email protected] 15 points 2 years ago

C is irrelevant because this post is about Java and in Java long is 64 bits.

[-] [email protected] 2 points 2 years ago* (last edited 2 years ago)

you should never be using these types in c anyway, (u?)int(8/16/32/64)_t are way more sane

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

Programmer Humor

23899 readers
1446 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