$Pi: Difference between revisions
Jump to navigation
Jump to search
m (→Syntax) |
(Automatically generated page update) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<span class="pageSubtitle">Value of pi</span> | <span class="pageSubtitle">Value of pi</span> | ||
<p class="warn"><b>Note: </b> | <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> | ||
Line 9: | 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]] | [[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