Difference between revisions of "Pi"

From Lazarus wiki
Jump to navigationJump to search
(categorization)
(language)
Line 2: Line 2:
  
 
Pi is the ratio of the circumference of a circle to its diameter.
 
Pi is the ratio of the circumference of a circle to its diameter.
Pi is around 3.14159265358979. A full circle has 2*Pi [[Radian|radians]].
+
Pi is about 3.14159265358979. A full circle has 2*Pi [[Radian|radians]].
Pi is in [[Pascal]] a [[Function|function]] which returns the value of pi.
+
In [[Pascal]], Pi is a [[Function|function]] which returns the value of pi.
  
Pi/4 is same than arctan(1).
+
Pi/4 is the same as arctan(1).
  
  
= See also =
+
== See also ==
 
 
 
* [[doc:rtl/system/pi.html|Pi]]
 
* [[doc:rtl/system/pi.html|Pi]]
 
 
* [[doc:rtl/system/arctan.html|ArcTan]] Calculate arctangent.
 
* [[doc:rtl/system/arctan.html|ArcTan]] Calculate arctangent.
  
 
[[Category:Constants]]
 
[[Category:Constants]]

Revision as of 18:32, 9 March 2014

Deutsch (de) English (en) suomi (fi) français (fr) русский (ru) 中文(中国大陆)‎ (zh_CN)

Pi is the ratio of the circumference of a circle to its diameter. Pi is about 3.14159265358979. A full circle has 2*Pi radians. In Pascal, Pi is a function which returns the value of pi.

Pi/4 is the same as arctan(1).


See also