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

.. doxygenfunction:: exp
   :project: xsimd

.. doxygenfunction:: exp2
   :project: xsimd

.. doxygenfunction:: exp10(batch<T, A> const &x)
   :project: xsimd

.. doxygenfunction:: expm1(batch<T, A> const &x)
   :project: xsimd

.. doxygenfunction:: log
   :project: xsimd

.. doxygenfunction:: log2(batch<T, A> const &x)
   :project: xsimd

.. doxygenfunction:: log10
   :project: xsimd

.. doxygenfunction:: log1p(batch<T, A> const &x)
   :project: xsimd
