Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 710 Bytes

File metadata and controls

30 lines (19 loc) · 710 Bytes

Hyperbolic functions

xtensor provides the following hyperbolic functions for xexpressions:

Defined in xtensor/core/xmath.hpp

.. doxygenfunction:: sinh(E&&)

.. doxygenfunction:: cosh(E&&)

.. doxygenfunction:: tanh(E&&)

.. doxygenfunction:: asinh(E&&)

.. doxygenfunction:: acosh(E&&)

.. doxygenfunction:: atanh(E&&)