Copyright Digital Equipment Corp. All rights reserved.

fabs

   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)
 


Additional information available:

Argument        Return_Value