Y
Hacker News
new
|
ask
|
show
|
jobs
by
marshallward
1387 days ago
Fortran supports both of these, with `mod` as the C-like truncated modulo and `modulo` as the floored modulo. Having both is convenient, but you do get errors from people who don't realize the difference
1 comments
mtreis86
1386 days ago
Common Lisp as well, Rem and Mod
link