Scilab 6.0.2
Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
gamma
função gama
Seqüência de Chamamento
y = gamma(x)
Parâmetros
- x
scalar, vector, matrix, or hypermatrix of real numbers.

gammacan be overloaded for complex numbers or of lists, tlists or mlists.- y
vetor ou matriz de reais ou complexos de mesmo tamanho que x
Descrição
gamma(x) avalia a função gama em todos os
elementos de x. A função gama é defininda por :
/+oo | x-1 -t gamma(x) = | t e dt /0
e generaliza a função fatorial para os números reais
(gamma(u+1) = u*gamma(u)).
Exemplos
Ver Também
Histórico
| Versão | Descrição |
| 5.4.0 | Overloading allowed for list, mlist, tlist and hypermatrix types. |
| 6.0.2 |
|
| Report an issue | ||
| << findm | Funções Especiais | gammaln >> |