We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bbd509 commit 5916cf0Copy full SHA for 5916cf0
README.md
@@ -16,5 +16,6 @@ replace
16
const digit = a % base;
17
18
with
19
+
20
const digit = a - base * (a / base);
21
0 commit comments