Disabled a "FindBugs" check.


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1292245 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gilles Sadowski 2012-02-22 11:41:59 +00:00
parent 6ab9a515b6
commit 7cc598eeb5
1 changed files with 5 additions and 0 deletions

View File

@ -25,6 +25,11 @@
<!-- the following equality tests are part of the reference algorithms -->
<!-- which already know about limited precision of the double numbers -->
<Match>
<Class name="org.apache.commons.math3.analysis.solvers.BaseSecantSolver" />
<Method name="doSolve" params="" returns="double" />
<Bug pattern="FE_FLOATING_POINT_EQUALITY" />
</Match>
<Match>
<Class name="org.apache.commons.math3.distribution.SaddlePointExpansion" />
<Or>