File: tgamma.3

package info (click to toggle)
manpages-es 1.55-9
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 7,468 kB
  • ctags: 6
  • sloc: sh: 1,629; makefile: 64
file content (28 lines) | stat: -rw-r--r-- 747 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
.\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de)
.\" Distributed under GPL
.\" Based on glibc infopages
.TH TGAMMA 3 "10 agosto 2002" "GNU" "funciones matemáticas de libc"
.SH NOMBRE
tgamma, tgammaf, tgammal \- función gamma verdadera
.SH SINOPSIS
.B #include <math.h>
.sp
.BI "double tgamma(double " x );
.br
.BI "float tgammaf(float " x );
.br
.BI "long double tgammal(long double " x );
.sp
.SH DESCRIPCIÓN
Esta función devuelve el valor de la función Gamma para el
argumento \fIx\fP. Tuvo que llamarse "función gamma verdadera"
puesto que ya hay una función
.I gamma()
que devuelve algo más.
Para más detalles, véase
.BR lgamma (3).
.SH "CONFORME A"
C99.
.SH "VÉASE TAMBIÉN"
.BR lgamma (3),
.BR gamma (3)