C Language and Libraries Help (clang.hlp) (Table of Contents; Topic list)
Floating-Point Absolute Value Functions
 Description Example                     Up Contents Index Back
─────Run-Time Library───────────────────────────────────────────────────────
 
  Include:   <math.h>
 
  Syntax:    double fabs( double x );
             long double _fabsl( long double x );
 
  Returns:   the absolute value of its argument.
 
  See also:  abs, _cabs
                                    -♦-