We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2484f3 commit 235fe5bCopy full SHA for 235fe5b
src/lib/mod.js
@@ -18,7 +18,7 @@ function mod(v, d) {
18
}
19
20
/**
21
- * sanitized modulus function that always returns in the range [-1.5*d, 1.5*d]
+ * sanitized modulus function that always returns in the range [-d/2, d/2]
22
* rather than (-d, 0] if v is negative
23
*/
24
function modHalf(v, d) {
0 commit comments