Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 832 Bytes

hyperbolic_functions.rst

File metadata and controls

37 lines (25 loc) · 832 Bytes

Hyperbolic functions

xtensor provides the following hyperbolic functions for xexpressions:

Defined in xtensor/xmath.hpp

.. doxygenfunction:: sinh(E&&)
   :project: xtensor

.. doxygenfunction:: cosh(E&&)
   :project: xtensor

.. doxygenfunction:: tanh(E&&)
   :project: xtensor

.. doxygenfunction:: asinh(E&&)
   :project: xtensor

.. doxygenfunction:: acosh(E&&)
   :project: xtensor

.. doxygenfunction:: atanh(E&&)
   :project: xtensor