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 4a74754 commit db1b0a9Copy full SHA for db1b0a9
README.md
@@ -18,6 +18,7 @@ replace
18
const digit = a % base;
19
20
with
21
+
22
const digit = a - base * (a / base);
23
24
Testing
0 commit comments