.. Copyright (c) 2016, Johan Mabille, Sylvain Corlay and Wolf Vollprecht

   Distributed under the terms of the BSD 3-Clause License.

   The full license is in the file LICENSE, distributed with this software.

Hyperbolic functions
====================

**xtensor** provides the following hyperbolic functions for xexpressions:

Defined in ``xtensor/core/xmath.hpp``

.. _sinh-function-reference:
.. doxygenfunction:: sinh(E&&)

.. _cosh-function-reference:
.. doxygenfunction:: cosh(E&&)

.. _tanh-function-reference:
.. doxygenfunction:: tanh(E&&)

.. _asinh-func-ref:
.. doxygenfunction:: asinh(E&&)

.. _acosh-func-ref:
.. doxygenfunction:: acosh(E&&)

.. _atanh-func-ref:
.. doxygenfunction:: atanh(E&&)
