This file is indexed.

/usr/share/help-langpack/bg/gnome-calculator/equation.page is in language-pack-gnome-bg-base 1:18.04+20180423.

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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="guide" id="equation" xml:lang="bg">

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

	<title>Basic Equations</title>
    
    <p>
    Equations are entered in standard mathematical form.
    For example to add 7 and 2 enter the following:
    </p>
    <example>
    <p>
    7+2
    </p>
    </example>
    <p>
    To solve, press the <gui>=</gui> button with your mouse or the <key>Enter</key> key on your keyboard.
    </p>
    <p>
    Calculations are performed in mathematical order - multiplication and division are performed before addition and subtraction.
    The following equation solves to 1 (3×2 = 6, 7−6 = 1).
    </p>
    <example>
    <p>
    7−3×2
    </p>
    </example>
    <p>
    To change the order of calculation use parenthesis.
    The following equation solves to 8 (7−3 = 4, 4×2 = 8).
    </p>
    <example>
    <p>
    (7−3)×2
    </p>
    </example>
    <p>
    To clear the display press the <gui>Clr</gui> button or <key>Escape</key>.
    </p>
</page>