1求PI的近似值,用公式PI/4=1-1/3+1/5-1/7+...#include <stdio.h>
 2求PI的近似值,用公式PI/4=1-1/3+1/5-1/7+...#include <math.h>
 3求PI的近似值,用公式PI/4=1-1/3+1/5-1/7+...#include <conio.h>
 4求PI的近似值,用公式PI/4=1-1/3+1/5-1/7+...void main()
 5}

相关文章: