Fix error in kg conversion
[gcalctool.git] / help / C / logarithm.page
blob640065d3ec6d29fc324717f74d414867d5fac0e7
1 <page xmlns="http://projectmallard.org/1.0/"
2       type="guide"
3       id="logarithm">
5     <info>
6         <link type="guide" xref="index#equation"/>
7     </info>
9         <title>Logarithms</title>
10     
11     <p>
12     Logarithms can be calculated using the log <link xref="function">function</link>.
13     </p>
14     <example>
15     <p>
16     log 100
17     </p>
18     </example>
19     <p>
20     To calculate a logarithm in a different base use a <link xref="superscript">subscript number</link> after the function.
21     </p>
22     <example>
23     <p>
24     logâ‚‚ 32
25     </p>
26     </example>
27     <p>
28     To calculate a natural logarithm use the ln function.
29     </p>
30     <example>
31     <p>
32     ln 1.32
33     </p>
34     </example>
35     <p>
36     Euler's number can be entered by using the <link xref="variable">variable</link> e.
37     </p>
38     <example>
39     <p>
40     e^1.32
41     </p>
42     </example>
43 </page>