Repository: commons-math Updated Branches: refs/heads/master 20403f09b -> 57e3daac9
Use HTML entity to placate Javadoc8 Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/57e3daac Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/57e3daac Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/57e3daac Branch: refs/heads/master Commit: 57e3daac9dede1a7d5b8559471818b045c1b44f2 Parents: 20403f0 Author: Sebb <[email protected]> Authored: Tue May 9 15:18:53 2017 +0100 Committer: Sebb <[email protected]> Committed: Tue May 9 15:18:53 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/57e3daac/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 9f34f1c..8b46fec 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 > 0 \). + * Computes the function \( \ln \Gamma(x) \) for \( x > 0 \). * * <p> * For \( x \leq 8 \), the implementation is based on the double precision
