| Server IP : 172.67.134.114 / Your IP : 162.159.115.41 Web Server : Apache/2.4.37 System : Linux almalinux.duckdns.org 4.18.0-553.111.1.el8_10.x86_64 #1 SMP Sun Mar 8 20:06:07 EDT 2026 x86_64 User : ricodeal ( 1046) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/share/help/eu/gnome-calculator/ |
Upload File : |
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="guide" id="logarithm" xml:lang="eu">
<info>
<link type="guide" xref="index#equation"/>
</info>
<title>Logarithms</title>
<p>
Logarithms can be calculated using the log <link xref="function">function</link>.
</p>
<example>
<p>
log 100
</p>
</example>
<p>
To calculate a logarithm in a different base use a <link xref="superscript">subscript number</link> after the function.
</p>
<example>
<p>
logâ‚‚ 32
</p>
</example>
<p>
To calculate a natural logarithm use the ln function.
</p>
<example>
<p>
ln 1.32
</p>
</example>
<p>
Euler's number can be entered by using the <link xref="variable">variable</link> e.
</p>
<example>
<p>
e^1.32
</p>
</example>
</page>