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

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

**xtensor** provides the following exponential functions for xexpressions:

Defined in ``xtensor/xmath.hpp``

.. _exp-function-reference:
.. doxygenfunction:: exp(E&&)
   :project: xtensor

.. _exp2-function-reference:
.. doxygenfunction:: exp2(E&&)
   :project: xtensor

.. _expm1-func-ref:
.. doxygenfunction:: expm1(E&&)
   :project: xtensor

.. _log-function-reference:
.. doxygenfunction:: log(E&&)
   :project: xtensor

.. _log2-function-reference:
.. doxygenfunction:: log2(E&&)
   :project: xtensor

.. _log10-func-ref:
.. doxygenfunction:: log10(E&&)
   :project: xtensor

.. _log1p-func-ref:
.. doxygenfunction:: log1p(E&&)
   :project: xtensor

