~ubuntu-branches/ubuntu/precise/gcalctool/precise-proposed

« back to all changes in this revision

Viewing changes to help/zh_HK/factorial.page

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2011-07-11 21:41:18 UTC
  • mfrom: (1.3.25 upstream)
  • Revision ID: james.westby@ubuntu.com-20110711214118-q9tn33yxjw8eflzp
Tags: 6.1.3-0ubuntu1
* New upstream version
* debian/rules: drop the deprecated --with-gtk

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
        <link type="guide" xref="index#equation"/>
6
6
    </info>
7
7
 
8
 
        <title>Factorials</title>
 
8
        <title>階乘</title>
9
9
    
10
 
    <p>
11
 
    Factorials are entered using the ! symbol.
12
 
    To calculate the factorial of 6 enter the following.
13
 
    </p>
 
10
    <p>階乘使用「!」符號來作輸入。若要計算 6 的階乘,輸入如下。</p>
14
11
    <example>
15
 
    <p>
16
 
    6!
17
 
    </p>
 
12
    <p>6!</p>
18
13
    </example>
19
14
</page>