mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-08 00:05:09 -04:00
added function help files for pi
This commit is contained in:
parent
7d757bfddb
commit
92472625f6
@ -1,5 +1,5 @@
|
||||
<h3>$length function</h3>
|
||||
Returns the length the current feature.
|
||||
Returns the length of the current feature.
|
||||
|
||||
<h4>Syntax</h4>
|
||||
<pre>$length</pre>
|
||||
@ -9,4 +9,3 @@ None
|
||||
|
||||
<h4>Example</h4>
|
||||
<pre>$length → 42.4711</pre>
|
||||
|
||||
|
11
resources/function_help/$pi-de_DE
Normal file
11
resources/function_help/$pi-de_DE
Normal file
@ -0,0 +1,11 @@
|
||||
<h3>$pi Konstante</h3>
|
||||
Liefert den Wert von pi für Berechnungen
|
||||
|
||||
<h4>Syntax</h4>
|
||||
<pre>$pi</pre>
|
||||
|
||||
<h4>Argumente</h4>
|
||||
Keine
|
||||
|
||||
<h4>Beispiel</h4>
|
||||
<pre>$pi → 3.14159265358979</pre>
|
11
resources/function_help/$pi-en_US
Normal file
11
resources/function_help/$pi-en_US
Normal file
@ -0,0 +1,11 @@
|
||||
<h3>$pi constant</h3>
|
||||
Returns pi as value for calculations
|
||||
|
||||
<h4>Syntax</h4>
|
||||
<pre>$pi</pre>
|
||||
|
||||
<h4>Arguments</h4>
|
||||
None
|
||||
|
||||
<h4>Example</h4>
|
||||
<pre>$pi → 3.14159265358979</pre>
|
Loading…
x
Reference in New Issue
Block a user