
    `i                         d dl mZ  ej        dddd          Z ej        dddd          Z ej        d	dd
d          Z ej        dddd          Z ej        dddd          Z ej        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     i/home/jaya/work/projects/VOICE-AGENT/VIET/agent-env/lib/python3.11/site-packages/cupy/_math/hyperbolic.py<module>r      s          u
A{	 	 u
A{	 	 u
A{	 	 "%
!Q	 	 "%
!Q	 	 "%
!Q	 	r   