Copyright Digital Equipment Corp. All rights reserved.
Returns the absolute value of its argument.
Format
#include <math.h>
double fabs (double x);
float fabsf (float x); (Integrity servers, Alpha)
long double fabsl (long double x); (Integrity servers, Alpha)
Argument Return_Value