From cea5afed359ff9a516841baff31d0f0e8b4af7f2 Mon Sep 17 00:00:00 2001 From: Sebastien Brisard Date: Mon, 19 Nov 2012 20:12:57 +0000 Subject: [PATCH] Javadoc. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1411388 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/java/org/apache/commons/math3/special/Gamma.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 *