this post was submitted on 26 Feb 2024
757 points (95.8% liked)

Programmer Humor

19370 readers
48 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
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 15 points 7 months ago (2 children)

While we're at it, what the hell is -0 and how does it differ from 0?

[–] [email protected] 7 points 7 months ago (1 children)
[–] [email protected] 5 points 7 months ago (1 children)

So it's just like 0 but with an evil goatee?

[–] [email protected] 8 points 7 months ago

Look at the graph of y=tan(x)+ⲡ/2

-0 and +0 are completely different.

[–] [email protected] 2 points 7 months ago

For integers it really doesn't exist. An algorithm for multiplying an integer with -1 is: Invert all bits and add 1 to the right-most bit. You can do that for 0 of course, it won't hurt.