Luc Maisonobe created MATH-1127:
-----------------------------------

             Summary: 2.0 equal to -2.0
                 Key: MATH-1127
                 URL: https://issues.apache.org/jira/browse/MATH-1127
             Project: Commons Math
          Issue Type: Bug
    Affects Versions: 3.3
         Environment: Linux, Java 5
            Reporter: Luc Maisonobe


The following test fails:

{code}
    @Test
    public void testMath1127() {
        Assert.assertFalse(Precision.equals(2.0, -2.0, 1));
    }
{code}




--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to