C ++中的fabs()
C或C++库函数doublefabs(doublex)返回x的绝对值。x-这是浮点值。此函数返回x的绝对值。以下是fabs()函数的声明。
double fabs(double x)
以下示例显示了fabs()方法的用法。
示例
#include <iostream>
#include <cmath>
using namespace std;
int main () {
int a, b;
a = 1234;
b = -344;
cout << "The absolute value of " << a << " is " << fabs(a) <<
endl;
cout << "The absolute value of " << b << " is " << fabs(b) <<
endl;
return(0);
}输出结果
The absolute value of 1234 is 1234 The absolute value of -344 is 344
热门推荐
10 对患者生日祝福语简短
11 结婚祝福语简短装备
12 周岁祝福语学生文案简短
13 订婚领证祝福语简短精辟
14 导师获奖祝福语大全简短
15 新婚购房祝福语简短精辟
16 牛年祝福语简短的爱人
17 送芒果的祝福语简短
18 送给学长毕业祝福语简短