Query: fabsf
OS: netbsd
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
FABS(3) BSD Library Functions Manual FABS(3)NAMEfabs, fabsf -- floating-point absolute value functionLIBRARYMath Library (libm, -lm)SYNOPSIS#include <math.h> double fabs(double x); float fabsf(float x);DESCRIPTIONThe fabs() and fabsf() functions compute the absolute value of a floating-point number x.RETURN VALUESThe fabs() function returns the absolute value of x.SEE ALSOabs(3), ceil(3), floor(3), math(3), rint(3)STANDARDSThe fabs() function conforms to ANSI X3.159-1989 (``ANSI C89'').BSDMay 2, 1991 BSD
Related Man Pages |
---|
fabs(3m) - sunos |
fabs(3) - debian |
fabs(3) - centos |
fabsf(3) - centos |
fabsf(3) - suse |
Similar Topics in the Unix Linux Community |
---|
Incompatiblity of the code due to CC compiler version mismatch. |
Perl:: mass replacement of converting C code formats to tgmath.h |