o
    װi                     @   sj   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 )    )_corecupyx_scipy_special_erf)zf->fz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_erfinvz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)cupyr   create_ufuncerferfcerfcxerfinverfcinv r   r   L/home/ubuntu/.local/lib/python3.10/site-packages/cupyx/scipy/special/_erf.py<module>   s4    



