求兀的近似值的公式为:

问题描述:

求兀的近似值的公式为:
兀/2=2/1*2/3*4/3*4/5*...*2n/(2n-1)*2n/(2n+1)*...其中,n=1、2、3...设计一个程序,求出当n=1000时的兀的近似值.

#include
main()
{
double pi;
int n;
for(n=1;n