Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/numpy/numpy
/ _i0_1
Function
_i0_1
numpy/lib/_function_base_impl.py:3532–3533 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
3530
3531
3532
def
_i0_1(x):
3533
return
exp(x) * _chbevl(x / 2.0 - 2, _i0A)
3534
3535
3536
def
_i0_2(x):
Callers
nothing calls this directly
Calls
1
_chbevl
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…