Skip to content

Commit

Permalink
added function help files for pi
Browse files Browse the repository at this point in the history
  • Loading branch information
mach0 committed Mar 31, 2013
1 parent 7d757bf commit 9247262
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
3 changes: 1 addition & 2 deletions resources/function_help/$length-en_US
Original file line number Diff line number Diff line change
@@ -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>
Expand All @@ -9,4 +9,3 @@ None

<h4>Example</h4>
<pre>$length &rarr; 42.4711</pre>

11 changes: 11 additions & 0 deletions resources/function_help/$pi-de_DE
Original file line number Diff line number Diff line change
@@ -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 &rarr; 3.14159265358979</pre>
11 changes: 11 additions & 0 deletions resources/function_help/$pi-en_US
Original file line number Diff line number Diff line change
@@ -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 &rarr; 3.14159265358979</pre>

0 comments on commit 9247262

Please sign in to comment.