mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-03 00:02:25 -05:00
13 lines
254 B
Plaintext
13 lines
254 B
Plaintext
<h3>Funktion acos()</h3>
|
|
Gibt den Arcuscosinus eines Werts im Bogenmaß zurück.
|
|
|
|
|
|
<p><h4>Syntax</h4>
|
|
acos(<i>wert</i>)</p>
|
|
|
|
<p><h4>Argumente</h4>
|
|
<i>wert</i> -> Cosinus eines Winkels.</p>
|
|
|
|
<p><h4>Beispiel</h4>
|
|
acos(0.5) -> 1.0471975511966</p>
|