MCPcopy Index your code
hub / github.com/numpy/numpy / _i0_2

Function _i0_2

numpy/lib/_function_base_impl.py:3536–3537  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

3534
3535
3536def _i0_2(x):
3537 return exp(x) * _chbevl(32.0 / x - 2.0, _i0B) / sqrt(x)
3538
3539
3540def _i0_dispatcher(x):

Callers

nothing calls this directly

Calls 2

_chbevlFunction · 0.85
sqrtFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…