.. 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/core/xmath.hpp``

.. doxygenfunction:: exp(E&&)

.. doxygenfunction:: exp2(E&&)

.. doxygenfunction:: expm1(E&&)

.. doxygenfunction:: log(E&&)

.. doxygenfunction:: log2(E&&)

.. doxygenfunction:: log10(E&&)

.. doxygenfunction:: log1p(E&&)
