c语言函数

C语言cos()函数:余弦函数

C语言cos()函数:余弦函数函数名:cos头文件:<math.h>函数原型:doublecos(doublex);功能:余弦函数参数:doublex 要操作的弧度返回值:返回x弧度的……