atan()函数以及C ++中的示例
C++atan()函数
atan()函数是cmath标头的库函数,用于查找给定数字的反正切的主值,它接受数字(x)并以弧度返回x的反正切的主值。
atan()函数语法:
atan(x);
参数:x–是要计算其反正切值的值。
返回值:double-返回double型值,它是给定数字x的反正切的主要值。
示例
Input:
float x = 0.65;
Function call:
atan(x);
Output:
0.576375C++代码演示atan()函数示例
//示例
//atan()功能
#include <iostream>
#include <cmath>
using namespace std;
//main()部分
int main(){
float x;
x = -1.0;
cout<<"atan("<<x<<"): "<<atan(x)<<endl;
x = -0.89;
cout<<"atan("<<x<<"): "<<atan(x)<<endl;
x = 0.65;
cout<<"atan("<<x<<"): "<<atan(x)<<endl;
x = 1;
cout<<"atan("<<x<<"): "<<atan(x)<<endl;
return 0;
}输出结果
atan(-1): -0.785398 atan(-0.89): -0.727263 atan(0.65): 0.576375 atan(1): 0.785398
参考:C++atan()函数
热门推荐
10 诗词送行祝福语大全简短
11 新房开工吉日祝福语简短
12 50多岁生日简短祝福语
13 安徽疫情祝福语简短英语
14 农民朋友发财祝福语简短
15 对生活祝福语简短精辟
16 搬家词简短祝福语朋友
17 女神结婚快乐祝福语简短
18 文学短句祝福语大全简短