我是新手 我的数学基础很差但是我想学C请给位老师指点一下
#include<math.h>#include<stdio.h>
main()
{ double x,s; 在这一句doubie是什么函数 在这里的意思是?
printf("input number:\n");
scanf("%1f",&x);
s=sin(x);
printf("sine of %1f is %1f\n",x,s");
}
2013-05-27 14:32
2013-05-27 14:42
2013-05-27 14:43
2013-05-27 14:43
2013-05-27 15:30
2013-05-27 16:23
2013-05-27 18:34
2013-05-27 18:38
2013-05-27 20:32
2013-05-27 23:23