C++ 基礎(chǔ)教程

C++ 流程控制

C++ 函數(shù)

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

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

C++ 類(lèi) & 對(duì)象

C++ 指針

C++ 繼承

C++ STL 教程

C++ 參考手冊(cè)

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

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

C ++中的floor()函數(shù)返回最大可能的整數(shù)值,該值小于或等于給定的參數(shù)。

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

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

floor()函數(shù)采用單個(gè)參數(shù),并返回double,float或long double類(lèi)型的值。此函數(shù)在<cmath>頭文件中定義。

floor()參數(shù)

floor()函數(shù)采用一個(gè)參數(shù),該參數(shù)的底值被計(jì)算。

floor()返回值

floor()函數(shù)返回的最大可能整數(shù)值小于或等于給定參數(shù)。

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

#include <iostream>
#include <cmath>

using namespace std;

int main()
{
    double x = 10.25, result;
    result = floor(x);
    cout << "Floor of " << x << " = " << result << endl;

    x = -34.251;
    result = floor(x);
    cout << "Floor of " << x << " = " << result << endl;
    
    x = 0.71;
    result = floor(x);
    cout << "Floor of " << x << " = " << result << endl;
    
    return 0;
}

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

Floor of 10.25 = 10
Floor of -34.251 = -35
Floor of 0.71 = 0

示例2:整數(shù)類(lèi)型的floor()函數(shù)

#include <iostream>
#include <cmath>

using namespace std;

int main()
{
    int x = 15;
    double result;
    result = floor(x);
    cout << "Floor of " << x << " = " << result << endl;

    return 0;
}

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

Floor of 15 = 15

整數(shù)值的下限就是整數(shù)值本身,所以實(shí)際中對(duì)整數(shù)值不使用下限函數(shù)。

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

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