~ubuntu-branches/ubuntu/lucid/gcalctool/lucid-updates

« back to all changes in this revision

Viewing changes to help/C/number-display.page

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2010-04-07 19:41:56 UTC
  • mfrom: (1.3.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20100407194156-hgj8g002ffce2de0
Tags: 5.30.0.is.5.28.2-0ubuntu1
Downgrade to 5.28.2 as the new version does not support number bases
as well.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<page xmlns="http://projectmallard.org/1.0/"
2
 
      type="guide"
3
 
      id="number-display">
4
 
 
5
 
    <info>
6
 
        <link type="guide" xref="index#number"/>
7
 
    </info>
8
 
 
9
 
        <title>Result Format</title>
10
 
    
11
 
    <p>
12
 
    The format used to display results can be changed from the <guiseq><gui>Calculator</gui><gui>Preferences</gui></guiseq> menu.
13
 
    </p>
14
 
    <table>
15
 
    <tr>
16
 
    <td><p>Decimal</p></td>
17
 
    <td><p>Results are displayed as decimal numbers</p></td>
18
 
    </tr>
19
 
    <tr>
20
 
    <td><p>Scientific</p></td>
21
 
    <td><p>Results are displayed in <link xref="scientific">scientific notation</link></p></td>
22
 
    </tr>
23
 
    <tr>
24
 
    <td><p>Engineering</p></td>
25
 
    <td><p>Results are displayed in scientific notation except the exponent is always a multiple of three</p></td>
26
 
    </tr>
27
 
    <tr>
28
 
    <td><p>Binary</p></td>
29
 
    <td><p>Results are displayed as <link xref="base">binary numbers</link></p></td>
30
 
    </tr>
31
 
    <tr>
32
 
    <td><p>Octal</p></td>
33
 
    <td><p>Results are displayed as <link xref="base">octal numbers</link></p></td>
34
 
    </tr>
35
 
    <tr>
36
 
    <td><p>Hexadecimal</p></td>
37
 
    <td><p>Results are displayed as <link xref="base">hexadecimal numbers</link></p></td>
38
 
    </tr>
39
 
    </table>
40
 
    <p>
41
 
    The number of decimal places, if trailing zeroes and if thousands separators are shown can also be configured.
42
 
    </p>
43
 
</page>