www.delorie.com/djgpp/doc/libc-2.01/libc_255.html   search  
Go to the first, previous, next, last section, table of contents.


fabs

Syntax

#include <math.h>

double fabs(double x);

Return Value

x if x is positive, else -x. Note that in this context, +0.0 is positive and -0.0 is negative.


Go to the first, previous, next, last section, table of contents.

  prev next   webmaster     delorie software   privacy  
  Copyright © 1997     Updated Apr 1997