C++ 基礎(chǔ)教程

C++ 流程控制

C++ 函數(shù)

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

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

C++ 類 & 對象

C++ 指針

C++ 繼承

C++ STL 教程

C++ 參考手冊

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

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

C ++中的fabs()函數(shù)返回參數(shù)的絕對值。

它在<cmath>頭文件中定義。

|x| = fabs(x)

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

double fabs(double x);
float fabs(float x);
long double fabs(long double x);
double fabs(T x); // For integral type

fabs()函數(shù)只有一個參數(shù),并返回類型的值double,float或long double類型。

fabs()參數(shù)

fabs()函數(shù)采用單個參數(shù)x,其返回絕對值。

fabs()返回值

fabs()函數(shù)返回x的絕對值,即| x |。

示例1:fabs()函數(shù)在C ++中如何工作?

#include <iostream>
#include <cmath>

using namespace std;

int main()
{
    double x = -10.25, result;
    
    result = fabs(x);
    cout << "fabs(" << x << ") = |" << x << "| = " << result << endl;

    return 0;
}

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

fabs(-10.25) = |-10.25| = 10.25

示例2:整數(shù)類型的fabs()函數(shù)

#include <iostream>
#include <cmath>

using namespace std;

int main()
{
    long int x = -23;
    double result;

    result = fabs(x);
    cout << "fabs(" << x << ") = |" << x << "| = " << result << endl;

    return 0;
}

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

fabs(-23) = |-23| = 23

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

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