Javadoc syntax

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1370214 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2012-08-07 12:38:39 +00:00
parent aef4dd02f9
commit e3ec8ebcf0
1 changed files with 1 additions and 1 deletions

View File

@ -341,7 +341,7 @@ public class Gamma {
*
* @param x the argument
* @return the Lanczos approximation
* @see <a href="http://mathworld.wolfram.com/LanczosApproximation.html">Lanczos Approximation</a>,
* @see <a href="http://mathworld.wolfram.com/LanczosApproximation.html">Lanczos Approximation</a>
* equations (1) through (5), and Paul Godfrey's
* <a href="http://my.fit.edu/~gabdo/gamma.txt">Note on the computation
* of the convergent Lanczos complex Gamma approximation</a>