cupyx.scipy.special.exp1#

cupyx.scipy.special.exp1()#

Exponential integral E1.

Parameters:

x (cupy.ndarray) – Real argument

Returns:

y – Values of the exponential integral E1

Return type:

scalar or cupy.ndarray

See also

scipy.special.exp1()