Query: fabs
OS: centos
Section: 3
Links: centos man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
FABS(3) Linux Programmer's Manual FABS(3)NAMEfabs, fabsf, fabsl - absolute value of floating-point numberSYNOPSIS#include <math.h> double fabs(double x); float fabsf(float x); long double fabsl(long double x); Link with -lm. Feature Test Macro Requirements for glibc (see feature_test_macros(7)): fabsf(), fabsl(): _BSD_SOURCE || _SVID_SOURCE || _XOPEN_SOURCE >= 600 || _ISOC99_SOURCE || _POSIX_C_SOURCE >= 200112L; or cc -std=c99DESCRIPTIONThese functions return the absolute value of the floating-point number x.RETURN VALUEThese functions return the absolute value of x. If x is a NaN, a NaN is returned. If x is -0, +0 is returned. If x is negative infinity or positive infinity, positive infinity is returned.ERRORSNo errors occur.ATTRIBUTESMultithreading (see pthreads(7)) The fabs(), fabsf(), and fabsl() functions are thread-safe.CONFORMING TOC99, POSIX.1-2001. The variant returning double also conforms to SVr4, 4.3BSD, C89.SEE ALSOabs(3), cabs(3), ceil(3), floor(3), labs(3), rint(3)COLOPHONThis page is part of release 3.53 of the Linux man-pages project. A description of the project, and information about reporting bugs, can be found at http://www.kernel.org/doc/man-pages/. 2013-07-10 FABS(3)
Related Man Pages |
---|
fabs(3) - centos |
fabsf(3) - centos |
fabsl(3) - centos |
fabsl(3) - suse |
fabsf(3m) - opensolaris |