Author: celestin Date: Sat Dec 1 16:08:12 2012 New Revision: 1416010 URL: http://svn.apache.org/viewvc?rev=1416010&view=rev Log: Javadoc.
Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/special/Beta.java Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/special/Beta.java URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math3/special/Beta.java?rev=1416010&r1=1416009&r2=1416010&view=diff ============================================================================== --- commons/proper/math/trunk/src/main/java/org/apache/commons/math3/special/Beta.java (original) +++ commons/proper/math/trunk/src/main/java/org/apache/commons/math3/special/Beta.java Sat Dec 1 16:08:12 2012 @@ -241,7 +241,8 @@ public class Beta { * @param maxIterations This parameter is ignored. * @return log(B(a, b)). * @deprecated as of version 3.1, this method is deprecated as the - * computation of the beta function is no longer iterative. This method + * computation of the beta function is no longer iterative; it will be + * removed in version 4.0. Current implementation of this method * internally calls {@link #logBeta(double, double)}. */ @Deprecated