summaryrefslogtreecommitdiff
path: root/help/C/modulus.page
diff options
context:
space:
mode:
Diffstat (limited to 'help/C/modulus.page')
-rw-r--r--help/C/modulus.page19
1 files changed, 19 insertions, 0 deletions
diff --git a/help/C/modulus.page b/help/C/modulus.page
new file mode 100644
index 0000000..b95823f
--- /dev/null
+++ b/help/C/modulus.page
@@ -0,0 +1,19 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ type="guide"
+ id="modulus">
+
+ <info>
+ <link type="guide" xref="index#equation"/>
+ </info>
+
+ <title>Modulus Division</title>
+
+ <p>
+ Modulus division is performed using the mod operator.
+ </p>
+ <example>
+ <p>
+ 9 mod 5
+ </p>
+ </example>
+</page>