编辑代码
C语言代码
运行
#include <math.h> #include <stdio.h> int main () { double a = sin(1); printf("%f",a); return 0; }