Gammainc

Parent Previous Next

Gammainc


Incomplete Gamma function



Syntax


gammainc(x,t)

x and t are real numbers

Return the incomplete gamma function of x based on t


x and t are real row/column vectors of the same size

Return a vector in which each element is the incomplete gamma function of x[i] based on t[i]


Example


Input

Output

gammainc(7.4, 174.5)

gammainc([2.5;2.9;4.0;0.2;11.3], [2.6;9.6;152.3;1.2;1.0])


See Also


Created with the Personal Edition of HelpNDoc: Free Web Help generator