Re: how to generate pi in c

2010-11-20 Thread s. keeling
ow...@netptc.net ow...@netptc.net: GIYF Who? http://www.dartmouth.edu/~rc/classes/soft_dev/C_simple_ex.html (0) phreaque /home/keeling_ time pi 20 # of trials= 20 , estimate of pi is 3.14158 real4m41.812s user4m29.736s sys 0m0.055s Thanks. Fun to play with.

how to generate pi in c

2010-11-05 Thread Arthur Bela
Does anyone has a generate-pi.c source code? Thanks.. :D :\ -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive:

Re: how to generate pi in c

2010-11-05 Thread Volkan YAZICI
On Fri, 5 Nov 2010, Arthur Bela jozsi.avad...@gmail.com writes: Does anyone has a generate-pi.c source code? Answer to your homework is here[1]. Also you can find a couple million digits of pi as a text file on the web. Regards. [1] http://en.wikipedia.org/wiki/Pi#Estimating_.CF.80 -- To

Re: how to generate pi in c

2010-11-05 Thread Michal
On 05/11/10 16:40, Arthur Bela wrote: Does anyone has a generate-pi.c source code? Thanks.. :D :\ Don't cross post like that, your just doubling up on people doing your own research for you -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe.

RE: how to generate pi in c

2010-11-05 Thread owens
Original Message From: jozsi.avad...@gmail.com To: debian-user@lists.debian.org Subject: RE: how to generate pi in c Date: Fri, 5 Nov 2010 17:40:27 +0100 Does anyone has a generate-pi.c source code? Thanks.. :D :\ GIYF http://www.dartmouth.edu/~rc/classes/soft_dev/C_simple_ex.html

Re: how to generate pi in c

2010-11-05 Thread Jerome BENOIT
www.gnulib.org On 06/11/10 01:10, Volkan YAZICI wrote: On Fri, 5 Nov 2010, Arthur Belajozsi.avad...@gmail.com writes: Does anyone has a generate-pi.c source code? Answer to your homework is here[1]. Also you can find a couple million digits of pi as a text file on the web. Regards. [1]

Re: how to generate pi in c

2010-11-05 Thread Jerome BENOIT
Hello List, On 06/11/10 12:31, Jerome BENOIT wrote: www.gnulib.org I made a mistake here: http://gmplib.org Computing billions of π digits using GMP: http://gmplib.org/pi-with-gmp.html hth, Jerome On 06/11/10 01:10, Volkan YAZICI wrote: On Fri, 5 Nov 2010, Arthur