Section: Manual del Programador de Linux (3)
Updated: 9 de Enero de 1998
Index Return to Main
Contents
fabs - valor absoluto de un número en coma flotante
#include <math.h> double fabs(double x);
La función fabs() devuelve el valor absoluto del número en coma flotante x.
SVID 3, POSIX, BSD 4.3, ISO 9899
(3), ceil(3), floor(3), labs(3), rint(3)
This document was created by man2html, using
the manual pages.
Time: 06:16:25 GMT, January 22, 2005