![]() -> Click here to learn how to get live help <- |
FABSIndexNAMEfabs, fabsf, fabsl - absolute value of floating-point numberSYNOPSIS#include <math.h> double fabs(double x); DESCRIPTIONThe fBfabsfP functions return the absolute value of the floating-point number fIxfP.ERRORSNo errors can occur.CONFORMING TOThe fabs() function conforms to SVID 3, POSIX, BSD 4.3, ISO 9899. The other functions are from C99.SEE ALSOabs(3), ceil(3), floor(3), labs(3), rint(3)
Index |