LGAMMA

Section: Manual del Programador de Linux (3)
Updated: 2 Marzo 1998
Index Return to Main Contents


 

NOMBRE

lgamma - logaritmo de la función Gamma  

SINOPSIS

#include <math.h>

double lgamma(double x);
 

DESCRIPCIÓN

La función lgamma() devuelve el logaritmo del valor absoluto de la función Gamma. El signo de la función Gamma se devuelve en el entero externo signgam.

Para valores enteros negativos de x, lgamma() devuelve HUGE_VAL y errno toma el valor ERANGE.  

ERRORES

ERANGE
Argumento inválido: valor entero negativo de x.
 

CONFORME A

SVID 3, BSD 4.3  

VÉASE TAMBIÉN

infnan

(3)


 

Index

NOMBRE
SINOPSIS
DESCRIPCIÓN
ERRORES
CONFORME A
VÉASE TAMBIÉN

This document was created by man2html, using the manual pages.
Time: 06:16:24 GMT, January 22, 2005