/usr/share/help/gl/mate-calc/functions.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 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 | <?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="guide" id="function" xml:lang="gl">
<info>
<link type="guide" xref="index#equation"/>
</info>
<title>Funcións</title>
<p>As fraccións pódense usar inserindo o nome da función seguido do argumento da función. Se o argumento non é un número ou unha <link xref="variable">variábel</link> entón use os parénteses para o argumento.</p>
<example>
<p>sin 30</p>
<p>abs (5−9)</p>
</example>
<p>As seguinte funcións sempre están definidas</p>
<table>
<tr>
<td><p>abs</p></td>
<td><p><link xref="absolute">Absolute Value</link></p></td>
</tr>
<tr>
<td><p>cos</p></td>
<td><p><link xref="trigonometry">Cosine</link></p></td>
</tr>
<tr>
<td><p>cosh</p></td>
<td><p><link xref="trigonometry">Hyperbolic Cosine</link></p></td>
</tr>
<tr>
<td><p>frac</p></td>
<td><p>Comproñente fraccional</p></td>
</tr>
<tr>
<td><p>int</p></td>
<td><p>Compoñente enteiro</p></td>
</tr>
<tr>
<td><p>ln</p></td>
<td><p><link xref="logarithm">Natural Logarithm</link></p></td>
</tr>
<tr>
<td><p>log</p></td>
<td><p><link xref="logarithm">Logarithm</link></p></td>
</tr>
<tr>
<td><p>not</p></td>
<td><p><link xref="boolean">Boolean NOT</link></p></td>
</tr>
<tr>
<td><p>ones</p></td>
<td><p>Complemento a un</p></td>
</tr>
<tr>
<td><p>sen</p></td>
<td><p><link xref="trigonometry">Sine</link></p></td>
</tr>
<tr>
<td><p>sinh</p></td>
<td><p><link xref="trigonometry">Hyperbolic Sine</link></p></td>
</tr>
<tr>
<td><p>sqrt</p></td>
<td><p><link xref="power">Square Root</link></p></td>
</tr>
<tr>
<td><p>tan</p></td>
<td><p><link xref="trigonometry">Tangent</link></p></td>
</tr>
<tr>
<td><p>tanh</p></td>
<td><p><link xref="trigonometry">Hyperbolic Tangent</link></p></td>
</tr>
<tr>
<td><p>twos</p></td>
<td><p>Complemento a dous</p></td>
</tr>
</table>
<p>
<app>GCalctool</app> does not support user-defined functions.
</p>
</page>
|