字典翻译 问答 其它 求兀的近似值的公式为:兀/2=2/1*2/3*4/3*4/5*...*2n/(2n-1)*2n/(2n+1)*...其中,n=1、2、3...设计一个程序,求出当n=1000时的兀的近似值.
问题标题:
求兀的近似值的公式为:兀/2=2/1*2/3*4/3*4/5*...*2n/(2n-1)*2n/(2n+1)*...其中,n=1、2、3...设计一个程序,求出当n=1000时的兀的近似值.
问题描述:

求兀的近似值的公式为:

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

吕军回答:
  #include   main()   {   doublepi;   intn;   for(n=1;n
点击显示
其它推荐
热门其它推荐
  • 其它