Espaços nominais
Variantes
Acções

lgamma

Da cppreference.com
< c‎ | numeric‎ | math

 
 
 
Funções matemáticas comuns
Funções
Original:
Functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Operações básicas
Original:
Basic operations
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
(C99)
(C99)
(C99)
(C99)
(C99)
(C99)(C99)(C99)
Funções exponenciais
Original:
Exponential functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
(C99)
(C99)
(C99)
(C99)
Funções de poder
Original:
Power functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
(C99)
(C99)
Funções trigonométricas e hiperbólicas
Original:
Trigonometric and hyperbolic functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
(C99)
(C99)
(C99)
Erro e funções gamma
Original:
Error and gamma functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
(C99)
(C99)
lgamma
(C99)
(C99)
Número inteiro mais próximo de operações de ponto flutuante
Original:
Nearest integer floating point operations
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
(C99)(C99)(C99)
(C99)
(C99)(C99)(C99)
Flutuando funções de manipulação de pontos
Original:
Floating point manipulation functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
(C99)(C99)
(C99)
(C99)
Classificação
Original:
Classification
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
(C99)
(C99)
(C99)
Constantes de macros
Original:
Macro constants
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
 
Definido no cabeçalho <math.h>
float       lgammaf( float arg );
double      lgamma( double arg );
long double lgammal( long double arg );
Calcula o logaritmo natural do valor absoluto do gama de funções de arg.
Original:
Computes the natural logarithm of the absolute value of the gama de funções of arg.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Índice

[editar] Parâmetros

arg -
flutuando valor de ponto
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.

[editar] Valor de retorno

O valor do logaritmo da função gama de arg, isto é log
e
|
0
targ-1
e-t dt|
.
Original:
The value of the logarithm of the gamma function of arg, that is log
e
|
0
targ-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.
Se arg é um número natural, lgamma(arg) é o logaritmo do fatorial de arg-1.
Original:
If arg is a natural number, lgamma(arg) is the logarithm of 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.

[editar] Exceções

Se arg é zero ou um inteiro negativo, pode ocorrer erro pólo e FE_INVALID FE_DIVBYZERO ou podem ser levantadas.
Original:
If arg is zero or a negative integer, pole error may occur and FE_INVALID or 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.
Se arg for demasiado grande, intervalo de erro pode ocorrer e pode ser elevado 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.

[editar] Notas

POSIX specification requer adicionalmente que cada execução de lgamma armazena o sinal da função gama de arg no signgam variável externa.
Original:
POSIX specification additionally requires that each execution of lgamma stores the sign of the gamma function of arg in the external variable signgam.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

[editar] Veja também

(C99)
gama de funções
Original:
gamma function
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(função) [edit]

[editar] Links externos

Weisstein, Eric W. "Log Gamma Function." De MathWorld - Um recurso Web Wolfram.
Original:
Weisstein, Eric W. "Log 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.