You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2012/08/07 14:38:39 UTC

svn commit: r1370214 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/special/Gamma.java

Author: sebb
Date: Tue Aug  7 12:38:39 2012
New Revision: 1370214

URL: http://svn.apache.org/viewvc?rev=1370214&view=rev
Log:
Javadoc syntax

Modified:
    commons/proper/math/trunk/src/main/java/org/apache/commons/math3/special/Gamma.java

Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/special/Gamma.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math3/special/Gamma.java?rev=1370214&r1=1370213&r2=1370214&view=diff
==============================================================================
--- commons/proper/math/trunk/src/main/java/org/apache/commons/math3/special/Gamma.java (original)
+++ commons/proper/math/trunk/src/main/java/org/apache/commons/math3/special/Gamma.java Tue Aug  7 12:38:39 2012
@@ -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>