cc [ flag ... ] file ... -lm [ library ... ] #include <math.h>
The fabs() function computes the absolute value of x, |x|.
Upon successful completion, fabs() returns the absolute value of x.
If x is NaN, NaN is returned.
See attributes(5) for descriptions of the following attributes:
isnan(3M), attributes(5)