.. 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 simd_base<B>&)
   :project: xsimd

.. _cos-function-reference:
.. doxygenfunction:: cos(const simd_base<B>&)
   :project: xsimd

.. _sincos-func-ref:
.. doxygenfunction:: sincos(const simd_base<B>&, batch_type_t<B>&, batch_type_t<B>&)
   :project: xsimd

.. _tan-function-reference:
.. doxygenfunction:: tan(const simd_base<B>&)
   :project: xsimd

.. _asin-function-reference:
.. doxygenfunction:: asin(const simd_base<B>&)
   :project: xsimd

.. _acos-function-reference:
.. doxygenfunction:: acos(const simd_base<B>&)
   :project: xsimd

.. _atan-function-reference:
.. doxygenfunction:: atan(const simd_base<B>&)
   :project: xsimd

.. _atan2-func-ref:
.. doxygenfunction:: atan2(const simd_base<B>&, const simd_base<B>&)
   :project: xsimd

