为什么我写的程序计算sin结果不太对
											#include<math.h>#include<stdio.h>
main()
{
double x,s;
printf("input number:\n");
scanf("%if",&x);
s=sin(x);
printf("sine of%if is%if\n",x,s);
}
[local]1[/local]
为什么
 2016-09-27 20:00
	    2016-09-27 20:00
   2016-09-27 20:07
	    2016-09-27 20:07
   2016-09-29 13:53
	    2016-09-29 13:53
  
 2016-09-30 15:04
	    2016-09-30 15:04