C++ 基礎(chǔ)教程

C++ 流程控制

C++ 函數(shù)

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

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

C++ 類 & 對象

C++ 指針

C++ 繼承

C++ STL 教程

C++ 參考手冊

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

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

C ++中的remquo()函數(shù)計算分子/分母的浮點余數(shù),并且還將商存儲到傳遞給它的指針。

C ++中的remquo()函數(shù)計算分子/分母的浮點余數(shù)(四舍五入到最接近的值)。它還將商存儲到傳遞給它的指針。它返回與restder()函數(shù)相同的值。

remquo()原型[從C ++ 11標準開始]

double remquo(double x, double y, int* q); 
float remquo(float x, float y, int* q);
long double remquo(long double x, long double y, int* q);
double remquo(Type1 x, Type2 y, int* q); // 用于其他算術(shù)類型組合的附加重載。

remquo()函數(shù)接受三個參數(shù),并返回double,float或long double類型的值。此功能在<cmath>頭文件中定義。

remquo()參數(shù)

  • x:分子的值。

  • y:分母的值。

  • q:指向?qū)ο蟮闹羔?,?nèi)部用于確定余數(shù)的商存儲為int類型的值。

remquo()返回值

remquo()函數(shù)返回x / y的浮點余數(shù)(四舍五入到最接近的值)。如果分母y為零,則remquo()返回NaN(非數(shù)字)。

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

#include <iostream>
#include <cmath>

using namespace std;

int main()
{
    int q;
    double x = 12.5, y = 2.2;

    double result = remquo(x, y, &q);
    cout << "余數(shù) " << x << "/" << y << " = " << result << endl;
    cout << "商 " << x << "/" << y << " = " << q << endl << endl;

    x = -12.5;
    result = remquo(x, y, &q);
    cout << "余數(shù) " << x << "/" << y << " = " << result << endl;
    cout << "商 " << x << "/" << y << " = " << q << endl << endl;

    y = 0;
    result = remquo(x, y, &q);
    cout << "余數(shù) " << x << "/" << y << " = " << result << endl;
    cout << "商 " << x << "/" << y << " = " << q << endl << endl;
    
    return 0;
}

運行該程序時,輸出為:

余數(shù) 12.5/2.2 = -0.7
商 12.5/2.2 = 6

余數(shù) -12.5/2.2 = 0.7
商 -12.5/2.2 = -6

余數(shù) -12.5/0 = -nan
商 -12.5/0 = 0

示例2:remquo()函數(shù)用于不同類型的參數(shù)

#include <iostream>
#include <cmath>

using namespace std;

int main()
{
    int q;
    double x = 12.5
    int y = 10;
    
    result = remquo(x, y, &q);
    cout << "余數(shù) " << x << "/" << y << " = " << result << endl;
    
    return 0;
}

運行該程序時,輸出為:

余數(shù) 12.5/10 = 2.5
商 12.5/10 = 1

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

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