summaryrefslogtreecommitdiff
path: root/help/C/factorial.page
diff options
context:
space:
mode:
authorPerberos <[email protected]>2011-11-08 13:50:37 -0300
committerPerberos <[email protected]>2011-11-08 13:50:37 -0300
commit2358ba4314dc6d757049bc4871ecf2922614b61b (patch)
tree12e52f491560916f0458c87b2d98ffa94500cb0f /help/C/factorial.page
downloadmate-calc-2358ba4314dc6d757049bc4871ecf2922614b61b.tar.bz2
mate-calc-2358ba4314dc6d757049bc4871ecf2922614b61b.tar.xz
initial
Diffstat (limited to 'help/C/factorial.page')
-rw-r--r--help/C/factorial.page20
1 files changed, 20 insertions, 0 deletions
diff --git a/help/C/factorial.page b/help/C/factorial.page
new file mode 100644
index 0000000..ec90906
--- /dev/null
+++ b/help/C/factorial.page
@@ -0,0 +1,20 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ type="guide"
+ id="factorial">
+
+ <info>
+ <link type="guide" xref="index#equation"/>
+ </info>
+
+ <title>Factorials</title>
+
+ <p>
+ Factorials are entered using the ! symbol.
+ To calculate the factorial of 6 enter the following.
+ </p>
+ <example>
+ <p>
+ 6!
+ </p>
+ </example>
+</page>