Difference between revisions of "$pi"

From Scriptwiki
Jump to: navigation, search
m (fixed commenting syntax)
m
 
Line 3: Line 3:
 
  $pi
 
  $pi
  
* It has no parameters or options.
+
* This function has no parameters.
 +
 
 +
'''Note:''' This identifier has not been documented in mIRC's help file.
  
 
== Example ==
 
== Example ==
  
  $pi ;will return ''3.14159265358979323846''
+
  $pi   ;returns ''3.14159265358979323846''
  
[[Category:Text and Number Identifiers]]
+
[[Category:Text and Number Identifiers]][[Category:Undocumented identifiers]]

Latest revision as of 23:22, 22 April 2008

Returns the number pi with its first 20 decimals.

$pi
  • This function has no parameters.

Note: This identifier has not been documented in mIRC's help file.

Example

$pi   ;returns 3.14159265358979323846