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

« back to all changes in this revision

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