.\" -*- coding: UTF-8 -*-
'\" t
.\" Copyright 1993 David Metcalfe (david@prism.demon.co.uk)
.\"
.\" SPDX-License-Identifier: Linux-man-pages-copyleft
.\"
.\" References consulted:
.\"     Linux libc source code
.\"     Lewine's _POSIX Programmer's Guide_ (O'Reilly & Associates, 1991)
.\"     386BSD man pages
.\" Modified Sat Jul 24 19:42:04 1993 by Rik Faith (faith@cs.unc.edu)
.\" Added fabsl, fabsf, aeb, 2001-06-07
.\"
.\"*******************************************************************
.\"
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH fabs 3 "2 Mayo 2024" "Páginas de Manual de Linux 6.9.1" 
.SH NOMBRE
fabs, fabsf, fabsl \- valor absoluto de un número en coma flotante
.SH BIBLIOTECA
Biblioteca Matemática (\fIlibm\fP, \fI\-lm\fP)
.SH SINOPSIS
.nf
\fB#include <math.h>\fP
.P
\fBdouble fabs(double \fP\fIx\fP\fB);\fP
\fBfloat fabsf(float \fP\fIx\fP\fB);\fP
\fBlong double fabsl(long double \fP\fIx\fP\fB);\fP
.fi
.P
.RS -4
Requisitos de Macros de Prueba de Características para glibc (véase
\fBfeature_test_macros\fP(7)):
.RE
.P
\fBfabsf\fP(), \fBfabsl\fP():
.nf
    _ISOC99_SOURCE || _POSIX_C_SOURCE >= 200112L
        || /* Desde glibc 2.19: */ _DEFAULT_SOURCE
        || /* glibc <= 2.19: */ _BSD_SOURCE || _SVID_SOURCE
.fi
.SH DESCRIPCIÓN
These functions return the absolute value of the floating\-point number \fIx\fP.
.SH "VALOR DEVUELTO"
These functions return the absolute value of \fIx\fP.
.P
Si \fIx\fP es un NaN, NaN es devuelto.
.P
Si \fIx\fP es un \-0, +0 es devuelto.
.P
If \fIx\fP is negative infinity or positive infinity, positive infinity is
returned.
.SH ERRORES
No suceden errores.
.SH ATRIBUTOS
Para obtener una explicación de los términos usados en esta sección, véase
\fBattributes\fP(7).
.TS
allbox;
lbx lb lb
l l l.
Interfaz	Atributo	Valor
T{
.na
.nh
\fBfabs\fP(),
\fBfabsf\fP(),
\fBfabsl\fP()
T}	Seguridad del hilo	Multi\-hilo seguro
.TE
.SH ESTÁNDARES
C11, POSIX.1\-2008.
.SH HISTORIAL
C99, POSIX.1\-2001.
.P
The variant returning \fIdouble\fP also conforms to SVr4, 4.3BSD, C89.
.SH "VÉASE TAMBIÉN"
\fBabs\fP(3), \fBcabs\fP(3), \fBceil\fP(3), \fBfloor\fP(3), \fBlabs\fP(3), \fBrint\fP(3)
.PP
.SH TRADUCCIÓN
La traducción al español de esta página del manual fue creada por
Gerardo Aburruzaga García <gerardo.aburruzaga@uca.es>
y
Miguel Pérez Ibars <mpi79470@alu.um.es>
.
.PP
Esta traducción es documentación libre; lea la
.UR https://www.gnu.org/licenses/gpl-3.0.html
GNU General Public License Version 3
.UE
o posterior con respecto a las condiciones de copyright.
No existe NINGUNA RESPONSABILIDAD.
.PP
Si encuentra algún error en la traducción de esta página del manual, envíe un
correo electrónico a
.MT debian-l10n-spanish@lists.debian.org
.ME .