numpy.i0()

numpy.i0

numpy.i0(x) [source]

Modified Bessel function of the first kind, order 0.

Usually denoted I_0. This function does broadcast, but will not “up-cast” int dtype arguments unless accompanied by at least one float or complex dtype argument (see Raises below).

Parameters:

x :