C++ Programming/Code/Standard C Library/Functions/fabs
Appearance
fabs
[edit | edit source]| Syntax |
#include <cmath>
double fabs( double arg );
|
The function fabs() returns the absolute value of arg.
| Syntax |
#include <cmath>
double fabs( double arg );
|
The function fabs() returns the absolute value of arg.