Skip to content

Commit

Permalink
analytic suppressed
Browse files Browse the repository at this point in the history
  • Loading branch information
jtlap committed Oct 10, 2023
1 parent ea547e9 commit e32a890
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions include/eve/module/special/regular/erf.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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**
//!
Expand Down
3 changes: 1 addition & 2 deletions include/eve/module/special/regular/tgamma.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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**
//!
Expand Down

0 comments on commit e32a890

Please sign in to comment.