Files
Suwayomi-Server/server/src/main/kotlin/suwayomi/tachidesk
schroda 6ac8f4c45d Use mathematical modulo implementation for calculations (#616)
See documentation (%/rem, mod) for differences.

Example for "issue" that occurred:
mathematical: -4 % 6 = 2 (expected)
kotlin: -4 % 6 = -4 (unexpected)
2023-07-26 19:28:13 -04:00
..
2022-01-07 17:03:01 +03:30