C语言库函数[Toc]
1.数学函数
使用数学函数时,应在源文件中使用预编译命令:#include<math.h>
函数名
函数原型
功能
返回值
acos
double acos(double x)
计算arc
2019-10-26