You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2017/05/09 12:38:47 UTC

[3/3] commons-numbers git commit: Typo (Javadoc).

Typo (Javadoc).


Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/842119c5
Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/842119c5
Diff: http://git-wip-us.apache.org/repos/asf/commons-numbers/diff/842119c5

Branch: refs/heads/task_NUMBERS-33__Gamma
Commit: 842119c50b75a73b86005f954db6f4f7b40e30c3
Parents: 8fb9604
Author: Gilles Sadowski <gi...@harfang.homelinux.org>
Authored: Tue May 9 14:38:15 2017 +0200
Committer: Gilles Sadowski <gi...@harfang.homelinux.org>
Committed: Tue May 9 14:38:15 2017 +0200

----------------------------------------------------------------------
 .../java/org/apache/commons/numbers/gamma/RegularizedGamma.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-numbers/blob/842119c5/commons-numbers-gamma/src/main/java/org/apache/commons/numbers/gamma/RegularizedGamma.java
----------------------------------------------------------------------
diff --git a/commons-numbers-gamma/src/main/java/org/apache/commons/numbers/gamma/RegularizedGamma.java b/commons-numbers-gamma/src/main/java/org/apache/commons/numbers/gamma/RegularizedGamma.java
index 4ea247c..5e24715 100644
--- a/commons-numbers-gamma/src/main/java/org/apache/commons/numbers/gamma/RegularizedGamma.java
+++ b/commons-numbers-gamma/src/main/java/org/apache/commons/numbers/gamma/RegularizedGamma.java
@@ -138,7 +138,7 @@ public abstract class RegularizedGamma {
     }
 
     /**
-     * Creates the \( Q(a, x) \equiv 1 - P(a, x) \) \) <a href="http://mathworld.wolfram.com/RegularizedGammaFunction.html">
+     * Creates the \( Q(a, x) \equiv 1 - P(a, x) \) <a href="http://mathworld.wolfram.com/RegularizedGammaFunction.html">
      * regularized Gamma function</a>.
      *
      * Class is immutable.