Scroll to navigation

FABS(3) Manual del Programador de Linux FABS(3)

NOMBRE

fabs, fabsf, fabsl - valor absoluto de un número en coma flotante

SINOPSIS

#include <math.h>

double fabs(double x);

DESCRIPCIÓN

Las funciones fabs() devuelven el valor absoluto del número en coma flotante x.

ERRORES

No puede ocurrir ningún error.

CONFORME A

La función fabs() siguen los estándares SVID 3, POSIX, BSD 4.3, ISO 9899. Las otras funciones son de C99.

VÉASE TAMBIÉN

abs(3), ceil(3), floor(3), labs(3), rint(3)
7 junio 2001