用c语言怎么写函数y =sinx怎么解决
问题描述:
用c语言怎么写函数y =sinx怎么解决
答
要有头文件
#include
保证x是弧度制,比如说60°
float y,x;
y=six(60*3.1415926/180);