在TC2.0的<math.h>中有定义,名字是 M_PI#include <math.h>float r=1.0,area;area = M_PI * r * r;printf("the area is %f\n",area);