Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ _i0_2
Function
_i0_2
numpy/lib/function_base.py:3422–3423 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
3420
3421
3422
def
_i0_2(x):
3423
return
exp(x) * _chbevl(32.0/x - 2.0, _i0B) / sqrt(x)
3424
3425
3426
def
_i0_dispatcher(x):
Callers
nothing calls this directly
Calls
3
exp
Function · 0.85
_chbevl
Function · 0.85
sqrt
Function · 0.70
Tested by
no test coverage detected