Updated kn translations
[gcalctool.git] / help / C / equation.page
blob725789e33a9f68075659705b1519f155938a11e6
1 <page xmlns="http://projectmallard.org/1.0/"
2       type="guide"
3       id="equation">
5     <info>
6         <!-- Place this at the start of the section -->
7         <title type="sort">0</title>
8         <link type="guide" xref="index#equation"/>
9     </info>
11         <title>Basic Equations</title>
12     
13     <p>
14     Equations are entered in standard mathematical form.
15     For example to add 7 and 2 enter the following:
16     </p>
17     <example>
18     <p>
19     7+2
20     </p>
21     </example>
22     <p>
23     To solve, press the <gui>=</gui> button with your mouse or the <key>Enter</key> key on your keyboard.
24     </p>
25     <p>
26     Calculations are performed in mathematical order - multiplication and division are performed before addition and subtraction.
27     The following equation solves to 1 (3×2 = 6, 7−6 = 1).
28     </p>
29     <example>
30     <p>
31     7−3×2
32     </p>
33     </example>
34     <p>
35     To change the order of calculation use parenthesis.
36     The following equation solves to 8 (7−3 = 4, 4×2 = 8).
37     </p>
38     <example>
39     <p>
40     (7−3)×2
41     </p>
42     </example>
43     <p>
44     To clear the display press the <gui>Clr</gui> button or <key>Escape</key>.
45     </p>
46 </page>