347
4 billion if statements (andreasjhkarlsson.github.io)
you are viewing a single comment's thread
view the rest of the comments
[-] DarkGamer@kbin.social 2 points 6 months ago

This is why every programmer needs to understand the modulo operator.

[-] jaybone@lemmy.world 3 points 6 months ago
[-] Reptorian@programming.dev 2 points 6 months ago

This is what I prefer too! I also some times prefer to use bitshift when it comes to division or multiplication of power of 2.

[-] MxM111@kbin.social 2 points 6 months ago

I would divide by two (floating point) and check the fractional part.

[-] sus@programming.dev 6 points 6 months ago

turns out that 2^53 + 1 is an even number

[-] iknowitwheniseeit@lemmynsfw.com 1 points 6 months ago

The article only covers unsigned 32-bit numbers, so floating point division would be fine.

this post was submitted on 28 Dec 2023
347 points (97.5% liked)

Programmer Humor

18250 readers
1758 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