diff options
Diffstat (limited to 'help/C/factorial.page')
-rw-r--r-- | help/C/factorial.page | 20 |
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> |