Hi !
Very more simplistic, but easy for to code : def pi(nb): cpi=0 for i in xrange(1,nb,4): cpi=cpi+4./i-4./(i+2.) return(cpi) print pi(999999) @-salutations -- Michel Claveau -- http://mail.python.org/mailman/listinfo/python-list
Hi !
Very more simplistic, but easy for to code : def pi(nb): cpi=0 for i in xrange(1,nb,4): cpi=cpi+4./i-4./(i+2.) return(cpi) print pi(999999) @-salutations -- Michel Claveau -- http://mail.python.org/mailman/listinfo/python-list