diff --git a/src/main/java/org/apache/commons/math3/special/Gamma.java b/src/main/java/org/apache/commons/math3/special/Gamma.java index eed8ccb17..e9d479fd3 100644 --- a/src/main/java/org/apache/commons/math3/special/Gamma.java +++ b/src/main/java/org/apache/commons/math3/special/Gamma.java @@ -29,8 +29,9 @@ import org.apache.commons.math3.util.FastMath; * Γ (Gamma) family of functions. *
*- * 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 *