[求助]数据类型
我要这样一个数据 类型来储存圆周率pi, 精确噢!帮忙看一个程序。#include<math.h>
typedef struct {
?????
}abc;
main()
{
abc pi;
int n;
scanf("%d",&n);
pi=n*sin(360/n);
printf("%??",pi);
getch();
}
其中??为不懂之处.指教,指教.!!!
使圆周率pi 为定义的一种类型,能够储存小数点后100位小数。Undrestand???