460
Infallible Code
(lemmy.ml)
Post funny things about programming here! (Or just rant about your favourite programming language.)
I would have preferred for the function to be called mod, since it's the modulo operation, which in math is represented with a percentage or "mod". Most programming languages use a percentage because of that, so do a lot of calculators.