MCPcopy 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
3418def _i0_1(x):
3419 return exp(x) * _chbevl(x/2.0-2, _i0A)
3420
3421
3422def _i0_2(x):

Callers

nothing calls this directly

Calls 2

expFunction · 0.85
_chbevlFunction · 0.85

Tested by

no test coverage detected