Javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1414528 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c1a2c4081c
commit
c080fd3c18
|
@ -633,12 +633,12 @@ public class Gamma {
|
|||
|
||||
|
||||
/**
|
||||
* Returns the value of Γ(x). The present implementation is based on
|
||||
* the double precision implementation in the
|
||||
* <em>NSWC Library of Mathematics Subroutines</em>, {@code DGAMMA}.
|
||||
* Returns the value of Γ(x). Based on the <em>NSWC Library of
|
||||
* Mathematics Subroutines</em> double precision implementation,
|
||||
* {@code DGAMMA}.
|
||||
*
|
||||
* @param x the argument
|
||||
* @return the value of {@code Gamma(x)}
|
||||
* @param x Argument.
|
||||
* @return the value of {@code Gamma(x)}.
|
||||
*/
|
||||
public static double gamma(final double x) {
|
||||
|
||||
|
|
Loading…
Reference in New Issue