C++ 基礎(chǔ)教程

C++ 流程控制

C++ 函數(shù)

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

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

C++ 類 & 對象

C++ 指針

C++ 繼承

C++ STL 教程

C++ 參考手冊

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

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

C ++中的tan()函數(shù)返回以弧度為單位的角度(參數(shù))的正切值。

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

[數(shù)學(xué)] tan x = tan(x)

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

double tan(double x);
float tan(float x);
long double tan(long double x);
double tan (T x); //為整型

tan()參數(shù)

tan()函數(shù)采用一個(gè)以弧度為單位的強(qiáng)制性參數(shù)(可以為正,負(fù)或0)。

tan()返回值

tan()函數(shù)返回[-∞,∞]范圍內(nèi)的值。

示例1:tan()如何在C ++中工作?

#include <iostream>
#include <cmath>

using namespace std;

int main()
{ 
  long double x = 0.99999, result;
  result = tan(x);
  cout << "tan(x) = " << result << endl;
  
  double xDegrees = 60.0;
  //利用tan()函數(shù)將度數(shù)轉(zhuǎn)換為弧度
  result = tan(xDegrees*3.14159/180);
  cout << "tan(x) = " << result << endl;

  return 0;
}

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

tan(x) = 1.55737
tan(x) = 1.73205

示例2:具有整數(shù)類型的tan()函數(shù)

#include <iostream>
#include <cmath>
using namespace std;

int main()
{
  long int x = 6;
  double result;

  result = tan(x);
  cout << "tan(x) = " << result;
  
  return 0;
}

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

tan(x) = -0.291006

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

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