Processing math: 75%
SciPy

This is documentation for an old release of SciPy (version 0.18.1). Read this page in the documentation of the latest stable release (version 1.15.1).

scipy.special.hyp0f1

scipy.special.hyp0f1(v, x) = <ufunc 'hyp0f1'>

Confluent hypergeometric limit function 0F1.

Parameters:

v, z : array_like

Input values.

Returns:

hyp0f1 : ndarray

The confluent hypergeometric limit function.

Notes

This function is defined as:

0F1(v,z)=k=0zk(v)kk!.

It’s also the limit as q of 1F1(q;v;z/q), and satisfies the differential equation f.

Previous topic

scipy.special.hyperu

Next topic

scipy.special.hyp2f0