summaryrefslogtreecommitdiff
path: root/help/C/factorial.page
blob: ec909064ad4e13a007fca56654e1cdcbc7d81476 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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>