fixed checkstyle warnings
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X@1072409 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4d34885b2d
commit
1fe0807f85
|
@ -46,9 +46,9 @@ public abstract class UnivariateRealIntegratorImpl
|
||||||
/** the last computed integral */
|
/** the last computed integral */
|
||||||
protected double result;
|
protected double result;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The integrand function.
|
* The integrand function.
|
||||||
*
|
*
|
||||||
* @deprecated as of 2.0 the integrand function is passed as an argument
|
* @deprecated as of 2.0 the integrand function is passed as an argument
|
||||||
* to the {@link #integrate(UnivariateRealFunction, double, double)}method.
|
* to the {@link #integrate(UnivariateRealFunction, double, double)}method.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -586,7 +586,7 @@ public final class MathUtils {
|
||||||
* (w.r.t. NaN) is useful (see e.g.
|
* (w.r.t. NaN) is useful (see e.g.
|
||||||
* {@link #equalsIncludingNaN(double,double, double) equalsIncludingNaN}.
|
* {@link #equalsIncludingNaN(double,double, double) equalsIncludingNaN}.
|
||||||
* </p>
|
* </p>
|
||||||
*
|
*
|
||||||
* @param x first value
|
* @param x first value
|
||||||
* @param y second value
|
* @param y second value
|
||||||
* @return {@code true} if the values are equal.
|
* @return {@code true} if the values are equal.
|
||||||
|
@ -660,7 +660,7 @@ public final class MathUtils {
|
||||||
* (w.r.t. NaN) is useful (see e.g.
|
* (w.r.t. NaN) is useful (see e.g.
|
||||||
* {@link #equalsIncludingNaN(double,double, int) equalsIncludingNaN}.
|
* {@link #equalsIncludingNaN(double,double, int) equalsIncludingNaN}.
|
||||||
* </p>
|
* </p>
|
||||||
*
|
*
|
||||||
* @param x first value
|
* @param x first value
|
||||||
* @param y second value
|
* @param y second value
|
||||||
* @param maxUlps {@code (maxUlps - 1)} is the number of floating point
|
* @param maxUlps {@code (maxUlps - 1)} is the number of floating point
|
||||||
|
|
Loading…
Reference in New Issue