◄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 -♦-