This file is indexed.

/usr/share/help/fi/mate-calc/equation.page is in mate-calc-common 1.20.1-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="guide" id="equation" xml:lang="fi">

    <info>
        <!-- Place this at the start of the section -->
        <title type="sort">0</title>
        <link type="guide" xref="index#equation"/>
    </info>

	<title>Perusyhtälöt</title>
    
    <p>Lausekkeet syötetään standardissa matemaattisessa muodossa. Esimerkiksi luvun 7 ja 2 summa syötetään seuraavalla tavalla:</p>
    <example>
    <p>7+2</p>
    </example>
    <p>Ratkaistaksesi lausekkeen, napsauta <gui>=</gui>-painiketta hiirellä tai <key>Enter</key>-näppäintä näppäimistöstä.</p>
    <p>Laskennat suoritetaan matemaattisessa järjestyksessä - kerto- ja jakolaskut suoritetaan ennen summa- ja vähennyslaskuja. Seuraavan lausekkeen tulos on 1 (3×2 = 6, 7−6 = 1).</p>
    <example>
    <p>7−3×2</p>
    </example>
    <p>Laskujärjestystä voidaan muuttaa käyttämällä sulkuja. Seuraavan lausekkeen tulos on 8  (7−3 = 4, 4×2 = 8).</p>
    <example>
    <p>(7−3)×2</p>
    </example>
    <p>Näytön tyhjennys tapahtuu napsauttamalla <gui>Clr</gui>-painiketta tai <key>Escape</key>-näppäintä.</p>
</page>