12 lines
174 B
Plaintext
Raw Normal View History

2015-05-03 21:09:47 +10:00
<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>