.. Copyright (c) 2016, Johan Mabille, Sylvain Corlay

   Distributed under the terms of the BSD 3-Clause License.

   The full license is in the file LICENSE, distributed with this software.

Trigonometric functions
=======================

.. _sin-function-reference:
.. doxygenfunction:: sin(const batch<T, N>&)
   :project: xsimd

.. _cos-function-reference:
.. doxygenfunction:: cos(const batch<T, N>&)
   :project: xsimd

.. _sincos-func-ref:
.. doxygenfunction:: sincos(const batch<T, N>&, batch<T, N>&, batch<T, N>&)
   :project: xsimd

.. _tan-function-reference:
.. doxygenfunction:: tan(const batch<T, N>&)
   :project: xsimd

.. _asin-function-reference:
.. doxygenfunction:: asin(const batch<T, N>&)
   :project: xsimd

.. _acos-function-reference:
.. doxygenfunction:: acos(const batch<T, N>&)
   :project: xsimd

.. _atan-function-reference:
.. doxygenfunction:: atan(const batch<T, N>&)
   :project: xsimd

.. _atan2-func-ref:
.. doxygenfunction:: atan2(const batch<T, N>&, const batch<T, N>&)
   :project: xsimd

