javadoc formatting only.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@735312 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2009-01-17 17:08:10 +00:00
parent dabf3a5beb
commit d326b9e467
1 changed files with 1 additions and 2 deletions

View File

@ -155,8 +155,7 @@ public final class MathUtils {
* <li> The result is small enough to fit into a <code>long</code>. The
* largest value of <code>n</code> for which all coefficients are
* <code> < Long.MAX_VALUE</code> is 66. If the computed value exceeds
* <code>Long.MAX_VALUE</code> an <code>ArithMeticException
* </code> is
* <code>Long.MAX_VALUE</code> an <code>ArithMeticException</code> is
* thrown.</li>
* </ul></p>
*