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

Exponential functions
=====================

.. _exp-function-reference:
.. doxygenfunction:: exp
   :project: xsimd

.. _exp2-function-reference:
.. doxygenfunction:: exp2
   :project: xsimd

.. _exp10-func-ref:
.. doxygenfunction:: exp10(const simd_base<B>&)
   :project: xsimd

.. _expm1-func-ref:
.. doxygenfunction:: expm1(const simd_base<B>&)
   :project: xsimd

.. _log-function-reference:
.. doxygenfunction:: log
   :project: xsimd

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

.. _log10-func-ref:
.. doxygenfunction:: log10
   :project: xsimd

.. _log1p-func-ref:
.. doxygenfunction:: log1p(const simd_base<B>&)
   :project: xsimd
