[back] [prev] [next] [index] [root]

 


Gamma

Returns the value of the \Gamma-function.

Syntax:

y := Gamma(x);

real
  y  
real
  x  

Description:

no detailed description available yet


Example:


kash> Gamma(3);
2
kash> Gamma(4);
6
kash> Gamma(5);
24
kash> Gamma(5.5);
52.342777784553520181149008492418193679490132376102
kash> Gamma(6);
> 120


<- back[back] [prev] [next] [index] [root]