- 6
- 0
- 约3.22千字
- 约 6页
- 2021-11-08 发布于江苏
- 举报
C 语言常用数学函数及其用法
三角函数:(所有参数必须为弧度)
acos
函数申明:acos (double x);
用途:用来返回给定的 X 的反余弦函数。
asin
函数申明:asin (double x);
用途:用来返回给定的 X 的反正弦函数。3.atan
函数申明:atan (double x);
用途:用来返回给定的 X 的反正切函数。4.sin
函数声明:sin (double x);
用途:用来返回给定的 X 的正弦值。5.cos
函数声明:cos (double x);
用途:用来返回给定的 X 的余弦值。
tan
函数声明:tan (double x);
用途:用来返回给
原创力文档

文档评论(0)