/usr/share/help/ru/mate-calc/number-display.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 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 | <?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="guide" id="number-display" xml:lang="ru">
<info>
<link type="guide" xref="index#number"/>
</info>
<title>Result Format</title>
<p>
The format used to display results can be changed from the <guiseq><gui>Calculator</gui><gui>Preferences</gui></guiseq> menu.
</p>
<table>
<tr>
<td><p>Десятичная</p></td>
<td><p>Results are displayed as decimal numbers</p></td>
</tr>
<tr>
<td><p>Научный</p></td>
<td><p>Results are displayed in <link xref="scientific">scientific notation</link></p></td>
</tr>
<tr>
<td><p>Engineering</p></td>
<td><p>Results are displayed in scientific notation except the exponent is always a multiple of three</p></td>
</tr>
<tr>
<td><p>Двоичная</p></td>
<td><p>Results are displayed as <link xref="base">binary numbers</link></p></td>
</tr>
<tr>
<td><p>Восьмеричная</p></td>
<td><p>Results are displayed as <link xref="base">octal numbers</link></p></td>
</tr>
<tr>
<td><p>Шестнадцатеричная</p></td>
<td><p>Results are displayed as <link xref="base">hexadecimal numbers</link></p></td>
</tr>
</table>
<p>
The number of decimal places, if trailing zeroes and if thousands separators are shown can also be configured.
</p>
</page>
|