Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clips/pattern
/ gamma
Function
gamma
pattern/metrics.py:827–828 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
825
return
y + log(2.50662827465 * n)
826
827
def
gamma(x):
828
return
exp(gammaln(x))
829
830
def
gammai(a, x, tail=UPPER):
831
""
" Returns the incomplete gamma function
for
LOWER or UPPER tail.
Callers
1
tpdf
Function · 0.85
Calls
1
gammaln
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…