MATH-746
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:
parent
6ab9a515b6
commit
7cc598eeb5
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue