$Pi: Difference between revisions
Jump to navigation
Jump to search
(Created page with " <span class="pageSubtitle">Value of pi</span> <p class="warning">Most Sirius $functions have been deprecated in favor of Object Oriented methods. There is currently no direct OO...") |
(Automatically generated page update) |
||
(8 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
<span class="pageSubtitle">Value of pi</span> | <span class="pageSubtitle">Value of pi</span> | ||
<p class=" | <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 | methods. There is currently no direct OO equivalent for the $Pi function.</p> | ||
</p> | |||
The <var>$Pi</var> function returns the value of pi (<code>&pi | The <var>$Pi</var> function returns the value of pi (<code>π</code>) to 15 significant | ||
digits (3.14159265358979). | digits (3.14159265358979). | ||
Line 13: | 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> | ||
[[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