.\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de) .\" Distributed under GPL .\" Based on glibc infopages .TH GAMMA 3 "10 agosto 2002" "GNU" "funciones matemáticas de libc" .SH NOMBRE gamma \- logaritmo de la función gamma .SH SINOPSIS .B #include .sp .BI "double gamma (double " x ");" .sp .BI "float gammaf (float " x ");" .sp .BI "long double gammal (long double " x ");" .sp .SH DESCRIPCIÓN Las funciones .B gamma() existen por razones de compatibilidad. Son equivalentes a .B lgamma() etc. Use éstas. El uso del nombre .I gamma() es confuso, puesto que estas funciones no calculan la función Gamma, sino el logaritmo natural de la función Gamma. .SH "CONFORME A" No estándar. Compatible pero con errores previos. .SH "VÉASE TAMBIÉN" .BR lgamma (3), .BR signgam (3), .BR tgamma (3)