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 65b15ca commit de9d1cdCopy full SHA for de9d1cd
README.md
@@ -8,7 +8,7 @@ This is a kotlin multiplatform runtime [infix](https://en.wikipedia.org/wiki/Inf
8
The library supports the following operators and special symbols:
9
10
* `+`, `-`, `*`, `/` - mathematical operators
11
-* `%` - [modulo](https://en.wikipedia.org/wiki/Modulo_operation)
+* `%` - [modulo](https://en.wikipedia.org/wiki/Modulo_operation). Returns the remainder of a division, after one number is divided by another
12
* `^` - exponentiation. `a^b` means `a raised to the power of b`
13
* `&&`, `||`, `!` - logical 'and', 'or', 'not' operators
14
* `==`, `!=` - equality operators
0 commit comments