Embed Notice
HTML Code
Corresponding Notice
- Embed this notice
malevolent dictator for life (astrid@fedi.astrid.tech)'s status on Saturday, 03-Jun-2023 10:41:07 JSTmalevolent dictator for life I didn't know about modulo for a frankly embarrassingly long time, so I checked for evenness by doing `math.floor(a / 2) == a / 2`, and I did modulo by doing `(a / b - math.floor(a / b)) * b`