mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-26 00:02:08 -05:00
16 lines
376 B
Plaintext
16 lines
376 B
Plaintext
|
<h3>Funktion ln()</h3>
|
||
|
Gibt den natürlichen Logrithmus des gegebenen Ausdrucks zurück.
|
||
|
<br>
|
||
|
Die Funktion akzektiert ein Argument.
|
||
|
<h4>Syntax</h4>
|
||
|
<code>ln(wert)</code><br>
|
||
|
|
||
|
<h4>Argumente</h4>
|
||
|
<code>wert</code> - eine positive Zahl.
|
||
|
<br>
|
||
|
|
||
|
<h4>Beispiel</h4>
|
||
|
<!-- Show example of function.-->
|
||
|
<code>ln(1) → 0</code><br>
|
||
|
<code>ln(2.7182818284590452354) → 1</code><br>
|