Skip to content

Commit 9247262

Browse files
committedMar 31, 2013
added function help files for pi
1 parent 7d757bf commit 9247262

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed
 

‎resources/function_help/$length-en_US

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<h3>$length function</h3>
2-
Returns the length the current feature.
2+
Returns the length of the current feature.
33

44
<h4>Syntax</h4>
55
<pre>$length</pre>
@@ -9,4 +9,3 @@ None
99

1010
<h4>Example</h4>
1111
<pre>$length &rarr; 42.4711</pre>
12-

‎resources/function_help/$pi-de_DE

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<h3>$pi Konstante</h3>
2+
Liefert den Wert von pi für Berechnungen
3+
4+
<h4>Syntax</h4>
5+
<pre>$pi</pre>
6+
7+
<h4>Argumente</h4>
8+
Keine
9+
10+
<h4>Beispiel</h4>
11+
<pre>$pi &rarr; 3.14159265358979</pre>

‎resources/function_help/$pi-en_US

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<h3>$pi constant</h3>
2+
Returns pi as value for calculations
3+
4+
<h4>Syntax</h4>
5+
<pre>$pi</pre>
6+
7+
<h4>Arguments</h4>
8+
None
9+
10+
<h4>Example</h4>
11+
<pre>$pi &rarr; 3.14159265358979</pre>

0 commit comments

Comments
 (0)
Please sign in to comment.