1.. Copyright (c) 2016, Johan Mabille, Sylvain Corlay and Wolf Vollprecht
2
3   Distributed under the terms of the BSD 3-Clause License.
4
5   The full license is in the file LICENSE, distributed with this software.
6
7Hyperbolic functions
8====================
9
10**xtensor** provides the following hyperbolic functions for xexpressions:
11
12Defined in ``xtensor/xmath.hpp``
13
14.. _sinh-function-reference:
15.. doxygenfunction:: sinh(E&&)
16   :project: xtensor
17
18.. _cosh-function-reference:
19.. doxygenfunction:: cosh(E&&)
20   :project: xtensor
21
22.. _tanh-function-reference:
23.. doxygenfunction:: tanh(E&&)
24   :project: xtensor
25
26.. _asinh-func-ref:
27.. doxygenfunction:: asinh(E&&)
28   :project: xtensor
29
30.. _acosh-func-ref:
31.. doxygenfunction:: acosh(E&&)
32   :project: xtensor
33
34.. _atanh-func-ref:
35.. doxygenfunction:: atanh(E&&)
36   :project: xtensor
37
38