mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
Change -> to → in function help
This commit is contained in:
parent
a45a9419c5
commit
e7f8326b83
@ -6,7 +6,7 @@ Gibt den Arcuscosinus eines Werts im Bogenmaß zurück.
|
||||
acos(<i>wert</i>)</p>
|
||||
|
||||
<p><h4>Argumente</h4>
|
||||
<i>wert</i> -> Cosinus eines Winkels.</p>
|
||||
<i>wert</i> → Cosinus eines Winkels.</p>
|
||||
|
||||
<p><h4>Beispiel</h4>
|
||||
acos(0.5) -> 1.0471975511966</p>
|
||||
acos(0.5) → 1.0471975511966</p>
|
||||
|
@ -6,7 +6,7 @@ Returns arcuscosinus of a value in radians.
|
||||
acos(<i>real</i>)</p>
|
||||
|
||||
<p><h4>Arguments</h4>
|
||||
<i>real</i> -> cos of an angle.</p>
|
||||
<i>real</i> → cos of an angle.</p>
|
||||
|
||||
<p><h4>Example</h4>
|
||||
acos(0.5) -> 1.0471975511966</p>
|
||||
acos(0.5) → 1.0471975511966</p>
|
||||
|
@ -6,7 +6,7 @@ Gibt den Arcussinus eines Werts im Bogenmaß zurück.
|
||||
asin(<i>wert</i>)</p>
|
||||
|
||||
<p><h4>Argumente</h4>
|
||||
<i>wert</i> -> Sinus des Werts.</p>
|
||||
<i>wert</i> → Sinus des Werts.</p>
|
||||
|
||||
<p><h4>Beispiel</h4>
|
||||
asin(1.0) -> 1.5707963267949</p>
|
||||
asin(1.0) → 1.5707963267949</p>
|
||||
|
@ -6,7 +6,7 @@ Returns arcussinus of a value in radians.
|
||||
asin(<i>real</i>)</p>
|
||||
|
||||
<p><h4>Arguments</h4>
|
||||
<i>real</i> -> sin of an angle.</p>
|
||||
<i>real</i> → sin of an angle.</p>
|
||||
|
||||
<p><h4>Example</h4>
|
||||
asin(1.0) -> 1.5707963267949</p>
|
||||
asin(1.0) → 1.5707963267949</p>
|
||||
|
@ -6,7 +6,7 @@ Gibt den Arcustanget eines Werts im Bogenmaß zurück.
|
||||
atan(<i>zahl</i>)</p>
|
||||
|
||||
<p><h4>Argumente</h4>
|
||||
<i>zahl</i> -> Tangens eines Winkels.</p>
|
||||
<i>zahl</i> → Tangens eines Winkels.</p>
|
||||
|
||||
<p><h4>Beispiel</h4>
|
||||
atan(0.5) -> 0.463647609000806</p>
|
||||
atan(0.5) → 0.463647609000806</p>
|
||||
|
@ -6,7 +6,7 @@ Returns arcustanget of a value in radians.
|
||||
atan(<i>real</i>)</p>
|
||||
|
||||
<p><h4>Arguments</h4>
|
||||
<i>real</i> -> tan of an angle.</p>
|
||||
<i>real</i> → tan of an angle.</p>
|
||||
|
||||
<p><h4>Example</h4>
|
||||
atan(0.5) -> 0.463647609000806</p>
|
||||
atan(0.5) → 0.463647609000806</p>
|
||||
|
@ -6,8 +6,8 @@ Argumente zurück, um den den Quadranten des Ergebnisses zu bestimmen.
|
||||
atan2(<i>dy</i>, <i>dx</i>)</p>
|
||||
|
||||
<p><h4>Argumente</h4>
|
||||
<i>dy</i> -> y Ordinatendifferenz<br>
|
||||
<i>dx</i> -> x Ordinatendifferenz</p>
|
||||
<i>dy</i> → y Ordinatendifferenz<br>
|
||||
<i>dx</i> → x Ordinatendifferenz</p>
|
||||
|
||||
<p><h4>Beispiel</h4>
|
||||
atan2(1.0, 1.732) -> 0.523611477769969</p>
|
||||
atan2(1.0, 1.732) → 0.523611477769969</p>
|
||||
|
@ -8,8 +8,8 @@ arguments to determine the quadrant of the result
|
||||
atan2(<i>real</i>, <i>real</i>)</p>
|
||||
|
||||
<p><h4>Arguments</h4>
|
||||
<i>real</i> -> y coordinate difference<br>
|
||||
<i>real</i> -> x coordinate difference</p>
|
||||
<i>real</i> → y coordinate difference<br>
|
||||
<i>real</i> → x coordinate difference</p>
|
||||
|
||||
<p><h4>Example</h4>
|
||||
atan2(1.0, 1.732) -> 0.523611477769969</p>
|
||||
atan2(1.0, 1.732) → 0.523611477769969</p>
|
||||
|
@ -6,7 +6,7 @@ Gibt den Cosinus eines Winkels zurück.
|
||||
cos(<i>winkel</i>)</p>
|
||||
|
||||
<p><h4>Argumente</h4>
|
||||
<i>winkel</i> -> Winkel im Bogenmaß.</p>
|
||||
<i>winkel</i> → Winkel im Bogenmaß.</p>
|
||||
|
||||
<p><h4>Beispiel</h4>
|
||||
cos(1.571) -> 0.000796326710733263</p>
|
||||
cos(1.571) → 0.000796326710733263</p>
|
||||
|
@ -6,7 +6,7 @@ Returns cosinus of an angle.
|
||||
cos(<i>real</i>)</p>
|
||||
|
||||
<p><h4>Arguments</h4>
|
||||
<i>real</i> -> angle in radians.</p>
|
||||
<i>real</i> → angle in radians.</p>
|
||||
|
||||
<p><h4>Example</h4>
|
||||
cos(1.571) -> 0.000796326710733263</p>
|
||||
cos(1.571) → 0.000796326710733263</p>
|
||||
|
@ -6,7 +6,7 @@ Gibt die Exponentialfunktion eines Wert zurück.
|
||||
exp(<i>zahl</i>)</p>
|
||||
|
||||
<p><h4>Argumente</h4>
|
||||
<i>zahl</i> -> Zahl.</p>
|
||||
<i>zahl</i> → Zahl.</p>
|
||||
|
||||
<p><h4>Beispiel</h4>
|
||||
exp(1.0) -> 2.71828182845905</p>
|
||||
exp(1.0) → 2.71828182845905</p>
|
||||
|
@ -6,7 +6,7 @@ Returns exponential of an value.
|
||||
exp(<i>real</i>)</p>
|
||||
|
||||
<p><h4>Arguments</h4>
|
||||
<i>real</i> -> number.</p>
|
||||
<i>real</i> → number.</p>
|
||||
|
||||
<p><h4>Example</h4>
|
||||
exp(1.0) -> 2.71828182845905</p>
|
||||
exp(1.0) → 2.71828182845905</p>
|
||||
|
@ -6,7 +6,7 @@ Gibt den Sinus eines Winkels zurück.
|
||||
sin(<i>winkel</i>)</p>
|
||||
|
||||
<p><h4>Argumente</h4>
|
||||
<i>winkel</i> -> Winkel im Bogenmaß.</p>
|
||||
<i>winkel</i> → Winkel im Bogenmaß.</p>
|
||||
|
||||
<p><h4>Beispiel</h4>
|
||||
sin(1.571) -> 0.999999682931835</p>
|
||||
sin(1.571) → 0.999999682931835</p>
|
||||
|
@ -6,7 +6,7 @@ Returns sinus of an angle.
|
||||
sin(<i>real</i>)</p>
|
||||
|
||||
<p><h4>Arguments</h4>
|
||||
<i>real</i> -> angle in radians.</p>
|
||||
<i>real</i> → angle in radians.</p>
|
||||
|
||||
<p><h4>Example</h4>
|
||||
sin(1.571) -> 0.999999682931835</p>
|
||||
sin(1.571) → 0.999999682931835</p>
|
||||
|
@ -6,7 +6,7 @@ Gibt die Quadratwurzel eines Werts zurück.
|
||||
sqrt(<i>radikant</i>)</p>
|
||||
|
||||
<p><h4>Argumente</h4>
|
||||
<i>radikant</i> -> Zahl aus der die Wurzel gezogen werden soll.</p>
|
||||
<i>radikant</i> → Zahl aus der die Wurzel gezogen werden soll.</p>
|
||||
|
||||
<p><h4>Beispiel</h4>
|
||||
sqrt(9) -> 3</p>
|
||||
sqrt(9) → 3</p>
|
||||
|
@ -6,7 +6,7 @@ Returns square root of a value
|
||||
sqrt(<i>real</i>)</p>
|
||||
|
||||
<p><h4>Arguments</h4>
|
||||
<i>real</i> -> number.</p>
|
||||
<i>real</i> → number.</p>
|
||||
|
||||
<p><h4>Example</h4>
|
||||
sqrt(9) -> 3</p>
|
||||
sqrt(9) → 3</p>
|
||||
|
@ -6,7 +6,7 @@ Gibt den Tangens eines Winkel zurück.
|
||||
tan(<i>winkel</i>)</p>
|
||||
|
||||
<p><h4>Argumente</h4>
|
||||
<i>winkel</i> -> Winkel im Bogenmaß.</p>
|
||||
<i>winkel</i> → Winkel im Bogenmaß.</p>
|
||||
|
||||
<p><h4>Beispiel</h4>
|
||||
tan(1.0) -> 1.5574077246549</p>
|
||||
tan(1.0) → 1.5574077246549</p>
|
||||
|
@ -6,7 +6,7 @@ Returns tangent of an angle.
|
||||
tan(<i>real</i>)</p>
|
||||
|
||||
<p><h4>Arguments</h4>
|
||||
<i>real</i> -> angle in radians.</p>
|
||||
<i>real</i> → angle in radians.</p>
|
||||
|
||||
<p><h4>Example</h4>
|
||||
tan(1.0) -> 1.5574077246549</p>
|
||||
tan(1.0) → 1.5574077246549</p>
|
||||
|
@ -6,8 +6,8 @@ Wandelt eine Zeichenkette in eine ganze Zahl um. Bricht ab, wenn die Zeichenket
|
||||
|
||||
<p><h4>Argumente</h4>
|
||||
<!-- List args for functions here-->
|
||||
<i> zeichenkette</i> -> ist eine Zeichenkette. Die in eine ganze Zahl umzuwandelnde Zeichenkette.</p>
|
||||
<i> zeichenkette</i> → ist eine Zeichenkette. Die in eine ganze Zahl umzuwandelnde Zeichenkette.</p>
|
||||
|
||||
<p><h4>Beispiel</h4>
|
||||
<!-- Show example of function.-->
|
||||
toint('123') -> 123</p>
|
||||
toint('123') → 123</p>
|
||||
|
@ -6,8 +6,8 @@ Converts a string to integer number. Nothing changed if a value cannot be conver
|
||||
|
||||
<p><h4>Arguments</h4>
|
||||
<!-- List args for functions here-->
|
||||
<i> string</i> -> is string. The String to convert to integer number.</p>
|
||||
<i> string</i> → is string. The String to convert to integer number.</p>
|
||||
|
||||
<p><h4>Example</h4>
|
||||
<!-- Show example of function.-->
|
||||
toint('123') -> 123</p>
|
||||
toint('123') → 123</p>
|
||||
|
@ -6,8 +6,8 @@ Converts a string to real number. Nothing changed if a value cannot be converted
|
||||
|
||||
<p><h4>Arguments</h4>
|
||||
<!-- List args for functions here-->
|
||||
<i> string</i> -> is string. The String to convert to real number.</p>
|
||||
<i> string</i> → is string. The String to convert to real number.</p>
|
||||
|
||||
<p><h4>Example</h4>
|
||||
<!-- Show example of function.-->
|
||||
toreal('123.45') -> 123.45</p>
|
||||
toreal('123.45') → 123.45</p>
|
||||
|
@ -6,8 +6,8 @@ Wandelt eine Zahl in eine Zeichenkette um.
|
||||
|
||||
<p><h4>Argumente</h4>
|
||||
<!-- List args for functions here-->
|
||||
<i>zahl</i> -> ist eine ganze oder Fließkommazahl. Die in eine Zeichenkette umzuwandelnde Zahl.</p>
|
||||
<i>zahl</i> → ist eine ganze oder Fließkommazahl. Die in eine Zeichenkette umzuwandelnde Zahl.</p>
|
||||
|
||||
<p><h4>Beispiel</h4>
|
||||
<!-- Show example of function.-->
|
||||
tostring(123) -> '123'</p>
|
||||
tostring(123) → '123'</p>
|
||||
|
@ -6,8 +6,8 @@ Converts a number to string.
|
||||
|
||||
<p><h4>Arguments</h4>
|
||||
<!-- List args for functions here-->
|
||||
<i>number</i> -> is integer or real. The number to convert to string.</p>
|
||||
<i>number</i> → is integer or real. The number to convert to string.</p>
|
||||
|
||||
<p><h4>Example</h4>
|
||||
<!-- Show example of function.-->
|
||||
tostring(123) -> '123'</p>
|
||||
tostring(123) → '123'</p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user