C 语言 acos() 函数
定义和用法
The acos()
函数返回以弧度表示的数字的反余弦。
The acos()
函数在 <math.h>
头文件中定义。
语法
以下之一
acos(double number);
参数值
参数 | 描述 |
---|---|
number | 必需。要查找其反余弦的数字,范围在 -1 到 1 之间。如果该值超出 -1 到 1,则它将返回 NaN(非数字)。 |
技术细节
返回 | 表示以弧度表示的数字的反余弦的 double 值。 |
---|
The acos()
函数返回以弧度表示的数字的反余弦。
The acos()
函数在 <math.h>
头文件中定义。
以下之一
acos(double number);
参数 | 描述 |
---|---|
number | 必需。要查找其反余弦的数字,范围在 -1 到 1 之间。如果该值超出 -1 到 1,则它将返回 NaN(非数字)。 |
返回 | 表示以弧度表示的数字的反余弦的 double 值。 |
---|
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]