git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1414528 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastien Brisard 2012-11-28 05:30:38 +00:00
parent c1a2c4081c
commit c080fd3c18
1 changed files with 5 additions and 5 deletions

View File

@ -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) {