.\" -*- coding: UTF-8 -*- '\" t .\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de) .\" .\" SPDX-License-Identifier: GPL-1.0-or-later .\" .\" Modified 2003-11-18, aeb: historical remarks .\" .\"******************************************************************* .\" .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* .TH gamma 3 "20 ​​Julio 2023" "Páginas de manual de Linux 6.05.01" .SH NOMBRE gamma, gammaf, gammal \- (logaritmo de la) función gamma .SH BIBLIOTECA Biblioteca Matemática (\fIlibm\fP, \fI\-lm\fP) .SH SINOPSIS .nf \fB#include \fP .PP \fB[[a extinguir]] double gamma(double \fP\fIx\fP\fB);\fP \fB[[a extinguir]] float gammaf(float \fP\fIx\fP\fB);\fP \fB[[a extinguir]] long double gammal(long double \fP\fIx\fP\fB);\fP .fi .PP .RS -4 Requisitos de Macros de Prueba de Características para glibc (véase \fBfeature_test_macros\fP(7)): .RE .PP \fBgamma\fP(): .nf _XOPEN_SOURCE || /* Desde glibc 2.19: */ _DEFAULT_SOURCE || /* glibc <= 2.19: */ _BSD_SOURCE || _SVID_SOURCE .fi .PP \fBgammaf\fP(), \fBgammal\fP(): .nf _XOPEN_SOURCE >= 600 || (_XOPEN_SOURCE && _ISOC99_SOURCE) || /* A partir de glibc 2.19: */ _DEFAULT_SOURCE || /* glibc <= 2.19: */ _BSD_SOURCE || _SVID_SOURCE .fi .SH DESCRIPCIÓN Estas funciones están obsoletas. En su lugar, emplee \fBtgamma\fP(3) o \fBlgamma\fP(3) según se adapte. .PP Para obtener una explicación de la función Gamma, consulte \fBtgamma\fP(3). .SS "versión BSD" The libm in 4.4BSD and some versions of FreeBSD had a \fBgamma\fP() function that computes the Gamma function, as one would expect. .SS "versión glibc" glibc has a \fBgamma\fP() function that is equivalent to \fBlgamma\fP(3) and computes the natural logarithm of the Gamma function. .SH "VALOR DEVUELTO" Vea \fBlgamma\fP(3). .SH ERRORES Vea \fBlgamma\fP(3). .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 \fBgamma\fP(), \fBgammaf\fP(), \fBgammal\fP() T} Seguridad del hilo MT\-Unsafe race:signgam .TE .sp 1 .SH ESTÁNDARES None. .SH HISTORIAL SVID 2. .PP Because of historical variations in behavior across systems, this function is not specified in any recent standard. .PP 4.2BSD had a \fBgamma\fP() that computed ln(|Gamma(|\fIx\fP|)|), leaving the sign of Gamma(|\fIx\fP|) in the external integer \fIsigngam\fP. In 4.3BSD the name was changed to \fBlgamma\fP(3), and the man page promises .PP .in +4n "At some time in the future the name gamma will be rehabilitated and used for the Gamma function" .in .PP .\" The FreeBSD man page says about gamma() that it is like lgamma() .\" except that is does not set signgam. .\" Also, that 4.4BSD has a gamma() that computes the true gamma function. This did indeed happen in 4.4BSD, where \fBgamma\fP() computes the Gamma function (with no effect on \fIsigngam\fP). However, this came too late, and we now have \fBtgamma\fP(3), the "true gamma" function. .SH "VÉASE TAMBIÉN" \fBlgamma\fP(3), \fBsigngam\fP(3), \fBtgamma\fP(3) .PP .SH TRADUCCIÓN La traducción al español de esta página del manual fue creada por Miguel Pérez Ibars y Marcos Fouces . .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 .