C++ 基礎(chǔ)教程

C++ 流程控制

C++ 函數(shù)

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

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

C++ 類 & 對(duì)象

C++ 指針

C++ 繼承

C++ STL 教程

C++ 參考手冊(cè)

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

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

C ++中的log10()函數(shù)返回參數(shù)的公共對(duì)數(shù)(以10為底的對(duì)數(shù))。

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

log10x = log10(x)

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

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

log10()參數(shù)

log10()函數(shù)采用范圍為[0,∞]的單個(gè)必需參數(shù)。

如果該值小于0,則log10()返回NaN(非數(shù)字)。

log10()返回值

log10()函數(shù)返回?cái)?shù)字的以10為底的對(duì)數(shù)。

參數(shù)(x)返回VALUE
x> 1Positive
x = 10
0> x> 1Negative
x = 0-∞(-無(wú)窮大)
x <0nan (不是數(shù)字)

示例1:log10()如何工作?

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

int main ()
{
	double x = 13.056, result;
	result = log10(x);
	cout << "log10(x) = " << result << endl;
	
	x = -3.591;
	result = log10(x);
	cout << "log10(x) = " << result << endl;
	
	return 0;
}

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

log10(x) = 1.11581
log10(x) = nan

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

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

int main ()
{
	int x = 2;
	double result;

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

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

log10(x) = 0.30103

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

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