mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-26 00:02:43 -04:00
13 lines
253 B
Plaintext
13 lines
253 B
Plaintext
<h3>Funktion tan()</h3>
|
|
Gibt den Tangens eines Winkel zurück.
|
|
|
|
|
|
<p><h4>Syntax</h4>
|
|
tan(<i>winkel</i>)</p>
|
|
|
|
<p><h4>Argumente</h4>
|
|
<i>winkel</i> → Winkel im Bogenmaß.</p>
|
|
|
|
<p><h4>Beispiel</h4>
|
|
tan(1.0) → 1.5574077246549</p>
|