1 <page xmlns="http://projectmallard.org/1.0/"
6 <link type="guide" xref="index#equation"/>
9 <title>Functions</title>
12 Functions can be used by inserting the name of the function followed by the function argument.
13 If the argument is not a number or <link xref="variable">variable</link> then use parenthesis around the argument.
24 The following functions are defined.
29 <td><p><link xref="absolute">Absolute Value</link></p></td>
33 <td><p><link xref="trigonometry">Cosine</link></p></td>
37 <td><p><link xref="trigonometry">Hyperbolic Cosine</link></p></td>
41 <td><p>Fractional Component</p></td>
45 <td><p>Integer Component</p></td>
49 <td><p><link xref="logarithm">Natural Logarithm</link></p></td>
53 <td><p><link xref="logarithm">Logarithm</link></p></td>
57 <td><p><link xref="boolean">Boolean NOT</link></p></td>
61 <td><p>Ones complement</p></td>
65 <td><p><link xref="trigonometry">Sine</link></p></td>
69 <td><p><link xref="trigonometry">Hyperbolic Sine</link></p></td>
73 <td><p><link xref="power">Square Root</link></p></td>
77 <td><p><link xref="trigonometry">Tangent</link></p></td>
81 <td><p><link xref="trigonometry">Hyperbolic Tangent</link></p></td>
85 <td><p>Twos complement</p></td>
89 <app>GCalctool</app> does not support user-defined functions.