/usr/share/help/ko/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 82 83 84 85 86 87 88 89 90 | <?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="guide" id="function" xml:lang="ko">
<info>
<link type="guide" xref="index#equation"/>
</info>
<title>Functions</title>
<p>
Functions can be used by inserting the name of the function followed by the function argument.
If the argument is not a number or <link xref="variable">variable</link> then use parenthesis around the argument.
</p>
<example>
<p>
sin 30
</p>
<p>
abs (5−9)
</p>
</example>
<p>
The following functions are defined.
</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>Fractional Component</p></td>
</tr>
<tr>
<td><p>int</p></td>
<td><p>Integer Component</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>Ones complement</p></td>
</tr>
<tr>
<td><p>sin</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>Twos complement</p></td>
</tr>
</table>
<p>
<app>GCalctool</app> does not support user-defined functions.
</p>
</page>
|