*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->Linux man pages -> fabs (3)              
Title
Content
Arch
Section
 

FABS(3)

Contents


NAME    [Toc]    [Back]

       fabs, fabsf, fabsl - absolute value of floating-point number

SYNOPSIS    [Toc]    [Back]

       #include <math.h>

       double fabs(double x);
       float fabsf(float x);
       long double fabsl(long double x);

DESCRIPTION    [Toc]    [Back]

       The fabs functions return the absolute value of the floating-point number
 x.

ERRORS    [Toc]    [Back]

       No errors can occur.

CONFORMING TO    [Toc]    [Back]

       The fabs() function conforms to SVID 3, POSIX, BSD 4.3, ISO 9899.   The
       other functions are from C99.

SEE ALSO    [Toc]    [Back]

      
      
       abs(3), ceil(3), floor(3), labs(3), rint(3)



				  2001-06-07			       FABS(3)
[ Back ]
 Similar pages
Name OS Title
fabsf NetBSD floating-point absolute value function
fabsf FreeBSD floating-point absolute value functions
fabsf OpenBSD floating-point absolute value functions
fabs OpenBSD floating-point absolute value functions
fabs FreeBSD floating-point absolute value functions
fabs NetBSD floating-point absolute value function
fpclassify FreeBSD classify a floating-point number
isnormal FreeBSD classify a floating-point number
uitrunc Tru64 truncate a floating-point number
isfinite FreeBSD classify a floating-point number
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service