this post was submitted on 05 Dec 2023
282 points (97.6% liked)

Programmer Humor

19480 readers
30 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
[–] CannotSleep420@lemmygrad.ml 10 points 11 months ago (1 children)

What the fuck is a modulo? Is it some kind of npm package?

[–] lud@lemm.ee 8 points 11 months ago (2 children)
[–] generic@iusearchlinux.fyi 3 points 11 months ago* (last edited 11 months ago)

Just ~~Monika~~ Modulo

[–] 56_@lemmy.ml 1 points 11 months ago

return (n % d + d) % d;

?