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 2016/05/14 16:23:14 UTC

[04/10] [math] Typo.

Typo.


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

Branch: refs/heads/develop
Commit: db50bb3c3c3311bf286dcebf1ffe6edef25f2aee
Parents: 9e87798
Author: Gilles <er...@apache.org>
Authored: Tue May 10 23:41:59 2016 +0200
Committer: Gilles <er...@apache.org>
Committed: Tue May 10 23:41:59 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/commons-math/blob/db50bb3c/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 c59049c..e798277 100644
--- a/src/main/java/org/apache/commons/math4/special/Gamma.java
+++ b/src/main/java/org/apache/commons/math4/special/Gamma.java
@@ -436,7 +436,7 @@ public class Gamma {
      * 0 < x < 10^-5 and within 10^-8 absolute tolerance otherwise.</p>
      *
      * @param x Argument.
-     * @return digamma(x) to within 10-8 relative or absolute error whichever is larger.
+     * @return digamma(x) to within 10^-8 relative or absolute error whichever is larger.
      * @see <a href="http://en.wikipedia.org/wiki/Digamma_function">Digamma</a>
      * @see <a href="http://www.uv.es/~bernardo/1976AppStatist.pdf">Bernardo&apos;s original article </a>
      * @since 2.0
@@ -480,7 +480,7 @@ public class Gamma {
      * of digamma.
      *
      * @param x Argument.
-     * @return trigamma(x) to within 10-8 relative or absolute error whichever is smaller
+     * @return trigamma(x) to within 10^-8 relative or absolute error whichever is smaller
      * @see <a href="http://en.wikipedia.org/wiki/Trigamma_function">Trigamma</a>
      * @see Gamma#digamma(double)
      * @since 2.0