mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
13 lines
255 B
Plaintext
13 lines
255 B
Plaintext
<h3>Funktion atan()</h3>
|
|
Gibt den Arcustanget eines Werts im Bogenmaß zurück.
|
|
|
|
|
|
<p><h4>Syntax</h4>
|
|
atan(<i>zahl</i>)</p>
|
|
|
|
<p><h4>Argumente</h4>
|
|
<i>zahl</i> -> Tangens eines Winkels.</p>
|
|
|
|
<p><h4>Beispiel</h4>
|
|
atan(0.5) -> 0.463647609000806</p>
|