diff --git a/include/eve/module/special/regular/erf.hpp b/include/eve/module/special/regular/erf.hpp index 3d124251de..f7d3ab5735 100644 --- a/include/eve/module/special/regular/erf.hpp +++ b/include/eve/module/special/regular/erf.hpp @@ -16,8 +16,7 @@ namespace eve //! @{ //! @var erf //! @brief Computes the error function: \f$ \displaystyle -//! \mbox{erf}(x)=\frac{2}{\sqrt\pi}\int_0^{x} e^{-t^2}\mbox{d}t\f$ or -//! its analytic continuation in the complex plane +//! \mbox{erf}(x)=\frac{2}{\sqrt\pi}\int_0^{x} e^{-t^2}\mbox{d}t\f$. //! //! **Defined in header** //! diff --git a/include/eve/module/special/regular/tgamma.hpp b/include/eve/module/special/regular/tgamma.hpp index 601c44bc0e..194e3b61f6 100644 --- a/include/eve/module/special/regular/tgamma.hpp +++ b/include/eve/module/special/regular/tgamma.hpp @@ -15,8 +15,7 @@ namespace eve //! @addtogroup special //! @{ //! @var tgamma -//! @brief Computes \f$\displaystyle \Gamma(x)=\int_0^\infty t^{x-1}e^{-t}\mbox{d}t\f$ or -//! its analytic continuation in the complex plane +//! @brief Computes \f$\displaystyle \Gamma(x)=\int_0^\infty t^{x-1}e^{-t}\mbox{d}t\f$. //! //! **Defined in header** //!