gamma
Gamma special function
📝 Syntax
R = gamma(M)
📥 Input argument
M - a real single or real double matrix.
📤 Output argument
R - result of gamma function.
📄 Description
gamma computes the gamma function.
The gamma function is defined by the integral:
for
The gamma function extends the factorial function to real and complex numbers:
for positive integers
Key properties include:
(recurrence relation)
💡 Example
R = gamma([-pi:0.1:pi])🔗 See also
🕔 History
Version
📄 Description
1.0.0
initial version
Last updated
Was this helpful?