Javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1411388 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ad7ba6374d
commit
cea5afed35
|
@ -29,8 +29,9 @@ import org.apache.commons.math3.util.FastMath;
|
|||
* Γ (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
|
||||
|
|
Loading…
Reference in New Issue