Commit 6165bbdd by Ed Smith-Rowland Committed by Benjamin Kosnik

poly_laguerre.tcc: Doxygen fixes.

2008-02-17  Ed Smith-Rowland  <3dw4rd@verizon.net>

	* include/tr1/poly_laguerre.tcc: Doxygen fixes.
	* include/tr1/exp_integral.tcc: Same.
	* include/tr1/gamma.tcc: Same.
	* include/tr1/hypergeometric.tcc: Same.

From-SVN: r132384
parent ee1b5fc5
2008-02-17 Ed Smith-Rowland <3dw4rd@verizon.net>
* include/tr1/poly_laguerre.tcc: Doxygen fixes.
* include/tr1/exp_integral.tcc: Same.
* include/tr1/gamma.tcc: Same.
* include/tr1/hypergeometric.tcc: Same.
2008-02-17 Benjamin Kosnik <bkoz@redhat.com> 2008-02-17 Benjamin Kosnik <bkoz@redhat.com>
PR libstdc++/34797 PR libstdc++/34797
......
...@@ -509,7 +509,7 @@ namespace tr1 ...@@ -509,7 +509,7 @@ namespace tr1
/** /**
* The exponential integral @f$ Ei(x) @f$. * @brief Return the exponential integral @f$ Ei(x) @f$.
* *
* The exponential integral is given by * The exponential integral is given by
* \f[ * \f[
......
...@@ -383,7 +383,7 @@ namespace tr1 ...@@ -383,7 +383,7 @@ namespace tr1
* @brief Return the digamma function for large argument. * @brief Return the digamma function for large argument.
* The digamma or @f$ \psi(x) @f$ function is defined by * The digamma or @f$ \psi(x) @f$ function is defined by
* @f[ * @f[
* \psi(x) = \frac{Gamma'(x)}{\Gamma(x)} * \psi(x) = \frac{\Gamma'(x)}{\Gamma(x)}
* @f] * @f]
* *
* The asymptotic series is given by: * The asymptotic series is given by:
...@@ -416,7 +416,7 @@ namespace tr1 ...@@ -416,7 +416,7 @@ namespace tr1
* @brief Return the digamma function. * @brief Return the digamma function.
* The digamma or @f$ \psi(x) @f$ function is defined by * The digamma or @f$ \psi(x) @f$ function is defined by
* @f[ * @f[
* \psi(x) = \frac{Gamma'(x)}{\Gamma(x)} * \psi(x) = \frac{\Gamma'(x)}{\Gamma(x)}
* @f] * @f]
* For negative argument the reflection formula is used: * For negative argument the reflection formula is used:
* @f[ * @f[
......
...@@ -714,7 +714,7 @@ namespace tr1 ...@@ -714,7 +714,7 @@ namespace tr1
} }
/* /**
* @brief Return the hypogeometric function @f$ _2F_1(a,b;c;x) @f$. * @brief Return the hypogeometric function @f$ _2F_1(a,b;c;x) @f$.
* *
* The hypogeometric function is defined by * The hypogeometric function is defined by
......
...@@ -286,7 +286,7 @@ namespace tr1 ...@@ -286,7 +286,7 @@ namespace tr1
/** /**
* @brief This routine returns the associated Laguerre polynomial * @brief This routine returns the associated Laguerre polynomial
* of order n, degree m: @f$ L_n^m @f$. * of order n, degree m: @f$ L_n^m(x) @f$.
* *
* The associated Laguerre polynomial is defined for integral * The associated Laguerre polynomial is defined for integral
* @f$ \alpha = m @f$ by: * @f$ \alpha = m @f$ by:
...@@ -314,7 +314,7 @@ namespace tr1 ...@@ -314,7 +314,7 @@ namespace tr1
/** /**
* @brief This routine returns the associated Laguerre polynomial * @brief This routine returns the Laguerre polynomial
* of order n: @f$ L_n(x) @f$. * of order n: @f$ L_n(x) @f$.
* *
* The Laguerre polynomial is defined by: * The Laguerre polynomial is defined by:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment