1.. Copyright (c) 2016, Johan Mabille, Sylvain Corlay and Wolf Vollprecht
2
3   Distributed under the terms of the BSD 3-Clause License.
4
5   The full license is in the file LICENSE, distributed with this software.
6
7Error and gamma functions
8=========================
9
10**xtensor** provides the following error and gamma functions for xexpressions:
11
12Defined in ``xtensor/xmath.hpp``
13
14.. _erf-function-reference:
15.. doxygenfunction:: erf(E&&)
16   :project: xtensor
17
18.. _erfc-function-reference:
19.. doxygenfunction:: erfc(E&&)
20   :project: xtensor
21
22.. _tgamma-func-ref:
23.. doxygenfunction:: tgamma(E&&)
24   :project: xtensor
25
26.. _lgamma-func-ref:
27.. doxygenfunction:: lgamma(E&&)
28   :project: xtensor
29
30