tgamma
De cppreference.com
|
|
Esta página se ha traducido por ordenador/computador/computadora de la versión en inglés de la Wiki usando Google Translate.
La traducción puede contener errores y palabras aparatosas/incorrectas. Planea sobre el texto para ver la versión original. Puedes ayudar a corregir los errores y mejorar la traducción. Para instrucciones haz clic aquí. |
| Definido en el archivo de encabezado <math.h>
|
||
float tgammaf( float arg );
|
(desde C99) | |
double tgamma( double arg );
|
(desde C99) | |
long double tgammal( long double arg );
|
(desde C99) | |
Calcula el gamma función de
arg .Original:
Computes the gamma función of
arg.The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
Sumario
Parámetros
| arg | - | flotando valor en puntos
Original: floating point value The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
Valor de retorno
El valor de la función gamma de
0targ-1
e-t dt .
arg, que es ∫∞0targ-1
e-t dt .
Original:
The value of the gamma function of
0targ-1
e-t dt.
arg, that is ∫∞0targ-1
e-t dt.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
Si
arg es un número natural, tgamma(arg) es el factorial de arg-1 .Original:
If
arg is a natural number, tgamma(arg) is the factorial of arg-1.The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
Excepciones
Si
arg es negativo, el error de dominio puede ocurrir y FE_INVALID haber erupción .Original:
If
arg is negative, domain error may occur and FE_INVALID may be raised.The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
Si
arg es cero, polo error puede ocurrir y FE_DIVBYZERO haber erupción .Original:
If
arg is zero, pole error may occur and FE_DIVBYZERO may be raised.The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
Si
arg es demasiado grande, el error de rango se puede producir y puede ser levantado FE_OVERFLOW .Original:
If
arg is too large, range error may occur and FE_OVERFLOW may be raised.The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
Si
arg es demasiado pequeña, el error de rango se puede producir y puede ser levantado FE_UNDERFLOW .Original:
If
arg is too small, range error may occur and FE_UNDERFLOW may be raised.The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
Notas
Muchas implementaciones de calcular exactamente el número entero de dominio factorial si el argumento es un entero suficientemente pequeño .
Original:
Many implementations calculate the exact integer-domain factorial if the argument is a sufficiently small integer.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
Ejemplo
| Esta sección está incompleta Razón: sin ejemplo |
Ver también
(C99) |
logaritmo natural de la función gamma Original: natural logarithm of the gamma function The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (función) |
Documentación de C++ para tgamma
|
Enlaces externos
Weisstein, Eric W. "Gamma Function." De MathWorld - Un recurso del Web Wolfram .
Original:
Weisstein, Eric W. "Gamma Function." From MathWorld--A Wolfram Web Resource.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.