diff --git a/src/java/org/apache/commons/math/util/MathUtils.java b/src/java/org/apache/commons/math/util/MathUtils.java index df714052f..50ed22a6a 100644 --- a/src/java/org/apache/commons/math/util/MathUtils.java +++ b/src/java/org/apache/commons/math/util/MathUtils.java @@ -155,8 +155,7 @@ public final class MathUtils { *
  • The result is small enough to fit into a long. The * largest value of n for which all coefficients are * < Long.MAX_VALUE is 66. If the computed value exceeds - * Long.MAX_VALUE an ArithMeticException - * is + * Long.MAX_VALUE an ArithMeticException is * thrown.
  • *

    *