[Mathlib-commitlog] SF.net SVN: mathlib:[606] JMathLib/trunk/src/jmathlib/toolbox/jmathlib/ interna
Status: Beta
Brought to you by:
st_mueller
|
From: <st_...@us...> - 2009-01-04 08:47:53
|
Revision: 606
http://mathlib.svn.sourceforge.net/mathlib/?rev=606&view=rev
Author: st_mueller
Date: 2009-01-04 08:47:47 +0000 (Sun, 04 Jan 2009)
Log Message:
-----------
documentation for pi
Added Paths:
-----------
JMathLib/trunk/src/jmathlib/toolbox/jmathlib/internal/pi.int
Added: JMathLib/trunk/src/jmathlib/toolbox/jmathlib/internal/pi.int
===================================================================
--- JMathLib/trunk/src/jmathlib/toolbox/jmathlib/internal/pi.int (rev 0)
+++ JMathLib/trunk/src/jmathlib/toolbox/jmathlib/internal/pi.int 2009-01-04 08:47:47 UTC (rev 606)
@@ -0,0 +1,18 @@
+@GROUP
+general
+@SYNTAX
+pi
+@DOC
+mathematical constant pi
+@EXAMPLES
+<programlisting>
+pi
+ans=3.1415926
+</programlisting>
+@NOTES
+Pi is a mathematical constant that represents the
+ratio of any circle's circumference to its diameter in
+Euclidean geometry, which is the same as the ratio of a
+circle's area to the square of its radius.
+@SEE
+e, eps, i, j
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|