o
    X۷i9                     @  sv   d dl mZ d dlmZ ejdddddZejddd	d
dZejdddddZejdddddZejdddddZ	dS )    )annotations)_corecupyx_scipy_special_erf)ze->df->fd->dzout0 = erf(in0)zAError function.

    .. seealso:: :meth:`scipy.special.erf`

    )doccupyx_scipy_special_erfczout0 = erfc(in0)zPComplementary error function.

    .. seealso:: :meth:`scipy.special.erfc`

    cupyx_scipy_special_erfcxzout0 = erfcx(in0)zXScaled complementary error function.

    .. seealso:: :meth:`scipy.special.erfcx`

    cupyx_scipy_special_erfinv)r   r   zout0 = erfinv(in0);zInverse function of error function.

    .. seealso:: :meth:`scipy.special.erfinv`

    .. note::
        The behavior close to (and outside) the domain follows that of
        SciPy v1.4.0+.

    cupyx_scipy_special_erfcinvzout0 = erfcinv(in0);zInverse function of complementary error function.

    .. seealso:: :meth:`scipy.special.erfcinv`

    .. note::
        The behavior close to (and outside) the domain follows that of
        SciPy v1.4.0+.

    N)

__future__r   cupyr   create_ufuncerferfcerfcxerfinverfcinv r   r   N/home/ubuntu/vllm_env/lib/python3.10/site-packages/cupyx/scipy/special/_erf.py<module>   s6    



