o
    i                     @   sp   d dl mZ eddddZeddddZed	dd
dZeddddZeddddZeddddZdS )    )ufuncsinh   	cupy_sinhzPElementwise hyperbolic sine function.

    .. seealso:: :data:`numpy.sinh`

    cosh	cupy_coshzRElementwise hyperbolic cosine function.

    .. seealso:: :data:`numpy.cosh`

    tanh	cupy_tanhzSElementwise hyperbolic tangent function.

    .. seealso:: :data:`numpy.tanh`

    asinhcupy_arcsinhz^Elementwise inverse of hyperbolic sine function.

    .. seealso:: :data:`numpy.arcsinh`

    acoshcupy_arccoshz`Elementwise inverse of hyperbolic cosine function.

    .. seealso:: :data:`numpy.arccosh`

    atanhcupy_arctanhzaElementwise inverse of hyperbolic tangent function.

    .. seealso:: :data:`numpy.arctanh`

    N)	
cupy._mathr   create_math_ufuncr   r   r   arcsinharccosharctanh r   r   R/home/ubuntu/veenaModal/venv/lib/python3.10/site-packages/cupy/_math/hyperbolic.py<module>   s2    					