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 a744355 commit 87b9b05Copy full SHA for 87b9b05
text/0001-int.md
@@ -125,7 +125,8 @@ let exponentiate = (x, y) => {
125
### `remainder: (x: int, y: int) => int`
126
127
1. If `y` equals `0`, raise `Divide_by_zero`.
128
-2. Let `number` be mathematically $x / y$.
+2. Let `number` be mathematically $x mod y$.
129
+3. Let `int32` be `fromNumber(number)`, return `int32`.
130
131
### `abs: (x: int) => int`
132
0 commit comments