C++ 基礎(chǔ)教程

C++ 流程控制

C++ 函數(shù)

C++ 數(shù)組 & 字符串

C++ 數(shù)據(jù)結(jié)構(gòu)

C++ 類 & 對(duì)象

C++ 指針

C++ 繼承

C++ STL 教程

C++ 參考手冊(cè)

C++ atan2() 函數(shù)使用方法及示例

C++ 庫(kù)函數(shù) <cmath>

C ++中的atan2()函數(shù)以弧度返回坐標(biāo)的反正切。

此函數(shù)在<cmath>頭文件中定義。

tan-1(y/x) = atan2(y, x)

atan2()原型[從C ++ 11標(biāo)準(zhǔn)開始]

double atan2(double y, double x);
float atan2(float y, float x);
long double atan2(long double y, long double x);
double atan2(Type1 y, Type2 x); //用于算術(shù)類型的組合。

atan2()參數(shù)

函數(shù)atan2()具有兩個(gè)參數(shù):x坐標(biāo)和y坐標(biāo)。

  • x -此值表示x坐標(biāo)的比例。

  • y -此值表示y坐標(biāo)的比例。

atan2()返回值

atan2()函數(shù)返回[-π,π]范圍內(nèi)的值。如果x和y均為零,則atan2()函數(shù)將返回0。

示例1:atan2()如何與相同類型的x和y一起工作?

#include <iostream>
#include <cmath>

using namespace std;

int main()
{
  double x = 10.0, y = -10.0, result;
  result = atan2(y, x);
  
  cout << "atan2(y/x) = " << result << " radians" << endl;
  cout << "atan2(y/x) = " << result*180/3.141592 << " degrees" << endl;
  
  return 0;
}

運(yùn)行該程序時(shí),輸出為:

atan2(y/x) = -0.785398 radians
atan2(y/x) = -45 degrees

示例2:atan2()如何與不同類型的x和y一起使用?

#include <iostream>
#include <cmath>
#define PI 3.141592654

using namespace std;

int main()
{
  double result;
  float x = -31.6;
  int y = 3;
  
  result = atan2(y, x);
  
  cout << "atan2(y/x) = " << result << " radians" << endl;
  //以度數(shù)表示的顯示結(jié)果
  cout << "atan2(y/x) = " << result*180/PI << " degrees";

  return 0;
}

運(yùn)行該程序時(shí),輸出為:

atan2(y/x) = 3.04694 radians
atan2(y/x) = 174.577 degrees

  C++ 庫(kù)函數(shù) <cmath>

丰满人妻一级特黄a大片,午夜无码免费福利一级,欧美亚洲精品在线,国产婷婷成人久久Av免费高清