There was an error while loading. Please reload this page.
1 parent 4249394 commit f2ea90eCopy full SHA for f2ea90e
README.md
@@ -198,8 +198,8 @@ delete[] p // Destroy and free array of objects at p
198
199
x * y // Multiply
200
x / y // Divide (integers round toward 0)
201
-x \% y // Modulo (result has sign of x)
202
-\\
+x % y // Modulo (result has sign of x)
+
203
x + y // Add, or \&x[y]
204
x - y // Subtract, or number of elements from *x to *y
205
x << y // x shifted y bits to left (x * pow(2, y))
0 commit comments