$Pi: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
(Automatically generated page update)
 
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<span class="pageSubtitle">Value of pi</span>
<span class="pageSubtitle">Value of pi</span>
<p class="warning">Most Sirius $functions have been deprecated in favor of Object Oriented
<p class="warn"><b>Note: </b>Many $functions have been deprecated in favor of Object Oriented
methods. There is currently no direct OO equivalent for the $Pi function.</p>
methods. There is currently no direct OO equivalent for the $Pi function.</p>
[[Category: Mathematical $functions]]
<p>
</p>


The <var>$Pi</var> function returns the value of pi (<code>&pi;</code>) to 15 significant
The <var>$Pi</var> function returns the value of pi (<code>&pi;</code>) to 15 significant
Line 12: Line 9:
<p class="syntax"><span class="term">%num</span><span class="literal"> = $Pi</span>  </p>
<p class="syntax"><span class="term">%num</span><span class="literal"> = $Pi</span>  </p>


{{Template:Math $functions note}}
 
[[Category: Mathematical $functions]]

Latest revision as of 00:03, 21 September 2018

Value of pi

Note: Many $functions have been deprecated in favor of Object Oriented methods. There is currently no direct OO equivalent for the $Pi function.

The $Pi function returns the value of pi (π) to 15 significant digits (3.14159265358979).

Syntax

%num = $Pi