Author: celestin
Date: Mon Nov 19 20:12:57 2012
New Revision: 1411388

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

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=1411388&r1=1411387&r2=1411388&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
 Mon Nov 19 20:12:57 2012
@@ -29,8 +29,9 @@ import org.apache.commons.math3.util.Fas
  * Γ (Gamma) family of functions.
  * </p>
  * <p>
- * Implementation of {@link #invGamma1pm1(double)} and
- * {@link #logGamma1p(double)} is based on the algorithms described in
+ * Implementation of {@link #invGamma1pm1(double)},
+ * {@link #logGamma1p(double)} and {@link #logGammaSum(double, double)} is
+ * based on the algorithms described in
  * <ul>
  * <li><a href="http://dx.doi.org/10.1145/22721.23109";>Didonato and Morris
  * (1986)</a>, <em>Computation of the Incomplete Gamma Function Ratios and


Reply via email to