Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ _i0_1
Function
_i0_1
numpy/lib/function_base.py:3418–3419 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
3416
3417
3418
def
_i0_1(x):
3419
return
exp(x) * _chbevl(x/2.0-2, _i0A)
3420
3421
3422
def
_i0_2(x):
Callers
nothing calls this directly
Calls
2
exp
Function · 0.85
_chbevl
Function · 0.85
Tested by
no test coverage detected