.. 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.

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&&)
