Repository: commons-math
Updated Branches:
  refs/heads/master 57e3daac9 -> 6b95a3a87


Use simpler MathJax escape sequence

Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/6b95a3a8
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/6b95a3a8
Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/6b95a3a8

Branch: refs/heads/master
Commit: 6b95a3a87c02dd49953262e61ccf694c52474a3f
Parents: 57e3daa
Author: Sebb <[email protected]>
Authored: Tue May 9 15:41:09 2017 +0100
Committer: Sebb <[email protected]>
Committed: Tue May 9 15:41:09 2017 +0100

----------------------------------------------------------------------
 src/main/java/org/apache/commons/math4/special/Gamma.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-math/blob/6b95a3a8/src/main/java/org/apache/commons/math4/special/Gamma.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/commons/math4/special/Gamma.java 
b/src/main/java/org/apache/commons/math4/special/Gamma.java
index 8b46fec..d08f1ba 100644
--- a/src/main/java/org/apache/commons/math4/special/Gamma.java
+++ b/src/main/java/org/apache/commons/math4/special/Gamma.java
@@ -219,7 +219,7 @@ public class Gamma {
     private Gamma() {}
 
     /**
-     * Computes the function \( \ln \Gamma(x) \) for \( x &gt; 0 \).
+     * Computes the function \( \ln \Gamma(x) \) for \( x \gt 0 \).
      *
      * <p>
      * For \( x \leq 8 \), the implementation is based on the double precision

Reply via email to