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

Error and gamma functions
=========================

**xtensor** provides the following error and gamma functions for xexpressions:

Defined in ``xtensor/xmath.hpp``

.. _erf-function-reference:
.. doxygenfunction:: erf(E&&)
   :project: xtensor

.. _erfc-function-reference:
.. doxygenfunction:: erfc(E&&)
   :project: xtensor

.. _tgamma-func-ref:
.. doxygenfunction:: tgamma(E&&)
   :project: xtensor

.. _lgamma-func-ref:
.. doxygenfunction:: lgamma(E&&)
   :project: xtensor

