/sys/doc/ Documentation archive



ABS(III)                      2/9/75                     ABS(III)



NAME
     abs, fabs - absolute value

SYNOPSIS
     abs(i)
     int i;

     double fabs(x)
     double x;


DESCRIPTION
     Abs  returns the absolute value of its integer operand; fabs
     is the double version.











































                              - 1 -