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

Function _i0_1

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

Source from the content-addressed store, hash-verified

3530
3531
3532def _i0_1(x):
3533 return exp(x) * _chbevl(x / 2.0 - 2, _i0A)
3534
3535
3536def _i0_2(x):

Callers

nothing calls this directly

Calls 1

_chbevlFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…