Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 618 Bytes

File metadata and controls

26 lines (14 loc) · 618 Bytes

Trigonometric functions

xtensor provides the following trigonometric functions for xexpressions and scalars:

Defined in xtensor/core/xmath.hpp

.. doxygenfunction:: sin(E&&)

.. doxygenfunction:: cos(E&&)

.. doxygenfunction:: tan(E&&)

.. doxygenfunction:: asin(E&&)

.. doxygenfunction:: acos(E&&)

.. doxygenfunction:: atan(E&&)

.. doxygenfunction:: atan2(E1&&, E2&&)