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 好听的元旦简短祝福语