About the project: |
====================
The main goal of the project is to calculate Pi. 

Project website	: http://pi.kickino.org/	|	http://nanofortnight.org/Pi
Project on SV	: https://savannah.nongnu.org/projects/pi-calculator/
CVS		: https://savannah.nongnu.org/cvs/?group=pi-calculator
 (anonymouse)	: cvs -z3 -d:pserver:anonymous@cvs.savannah.nongnu.org:/sources/pi-calculator co pi-calculator
 (for SV member): cvs -z3 -d <username>@cvs.savannah.nongnu.org:/sources/pi-calculator co pi-calculator


References: |
=============
(English) http://en.wikipedia.org/wiki/Pi
(German)  http://de.wikipedia.org/wiki/Kreiszahl

[Content of the Wikipedia was released under the terms of the GNU FDL]


Thanks: |
=========
Special thanks to Pascal Fricke, who helped me to understand almost all
of the algorithms to calculate Pi.


Usefull Links of this topic: |
==============================
Have a look at the source code of each algorithm, the URIs of the
Wikipedia articels were included there.
Furthermore have a look at:

# Pi to one million decimal places (http://3.141592653589793238462643383279502884197169399375105820974944592.com/)
# Pi to 206 billion decimal places (http://pi.lacim.uqam.ca/piDATA/pi206billion.txt)
# Table of current records for the computation of constants (http://pi.lacim.uqam.ca/eng/records_en.html)
# Search the first four billion binary digits of Pi for a string (http://pi.nersc.gov/)
# David H. Bailey website (http://crd.lbl.gov/~dhbailey/) describs the BBP algorithm
# Kanada Laboratory home page (http://www.super-computing.org/) includes Pi to one trillion digits 
(http://www.super-computing.org/pi_current.html)
