this post was submitted on 19 Oct 2025
83 points (95.6% liked)
Programmer Animemes
585 readers
1 users here now
Yes it exists! This is a community dedicated to programming memes combined with anime memes.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
dividing a variable by itself only equals 1 when it's not 0, because 0 divided by 0 is undefined/indeterminate.
usually this isn't an issue though and can be ignored (I got through most of school without knowing this)
(source)