摘要: 搞定了第二章。。。。先上课件:MathematicsAssignment 2: Mathematics·1799 Yeehaa! (1)简单平面几何证明,答案是r*sin(π/n)/(1+sin(π/n)),我就不需要证明了吧(不会的自己画图就可以证明,不过估计这个连初中生都会)。。。View Code #include <stdio.h>#include <math.h>#define PI 3.1415926int main(){ int test,n,i; double r; scanf("%d",&test); for (i 阅读全文
posted @ 2012-10-26 10:02 nevergo 阅读(191) 评论(0) 推荐(0) 编辑