Releasing 6.3.5
[gcalctool.git] / help / C / number-display.page
blob9d3a37789325671287ccbbf0e927d99bc4efae1c
1 <page xmlns="http://projectmallard.org/1.0/"
2       type="guide"
3       id="number-display">
5     <info>
6         <link type="guide" xref="index#number"/>
7     </info>
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>