cupyx.scipy.special.expn#
- cupyx.scipy.special.expn()#
Generalized exponential integral En.
- Parameters:
n (cupy.ndarray) – Non-negative integers
x (cupy.ndarray) – Real argument
- Returns:
y – Values of the generalized exponential integral
- Return type:
scalar or cupy.ndarray
See also
scipy.special.expn()