Generates the Gamma function values for given points. |
||
Syntax |
b = Gamma(x) |
|
Argument |
Name |
Description |
|
x |
A scalar,vector or matrix of points. Must be a positive real. |
Example |
Find the Gamma function values for a set of values. |
|
Syntax |
||
i = Gamma([1,3]) |
||
Results |
||
i = 1 2 |
||
Output |
Name |
Description |
|
b |
A scalar or vector of the gamma function values at the given points. Of the same size as x. |
See Also: |