Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 693 Bytes

error_functions.rst

File metadata and controls

29 lines (19 loc) · 693 Bytes

Error and gamma functions

xtensor provides the following error and gamma functions for xexpressions:

Defined in xtensor/xmath.hpp

.. doxygenfunction:: erf(E&&)
   :project: xtensor

.. doxygenfunction:: erfc(E&&)
   :project: xtensor

.. doxygenfunction:: tgamma(E&&)
   :project: xtensor

.. doxygenfunction:: lgamma(E&&)
   :project: xtensor