MCPcopy 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
3422def _i0_2(x):
3423 return exp(x) * _chbevl(32.0/x - 2.0, _i0B) / sqrt(x)
3424
3425
3426def _i0_dispatcher(x):

Callers

nothing calls this directly

Calls 3

expFunction · 0.85
_chbevlFunction · 0.85
sqrtFunction · 0.70

Tested by

no test coverage detected