Login

Fancade Wiki

Updated Modulo.md (markdown)

... ...
@@ -15,15 +15,15 @@ Output:
15 15
* If the calculation doesn't have a remainder, the Modulo will be **0**.
16 16
17 17
## Examples
18
Division:
18
Division:
19 19
20
* 5/2 = 2
21
* 10/5 = 2
20
5 / 2 = 2
21
10 / 5 = 2
22 22
23
Modulo:
23
Modulo:
24 24
25
* 5/2 = 1
26
* 10/5 = 0
25
5 % 2 = 1
26
10 % 5 = 0
27 27
28 28
Uses:
29 29
Fancade Wiki