Searched refs:negate1 (Results 1 – 1 of 1) sorted by relevance
539 BigDecimal negate1 = new BigDecimal(value2, 7); in test_negate() local540 assertTrue("the negate of 1233.4560000 is not -1233.4560000", negate1 in test_negate()542 negate1 = new BigDecimal("-23465839"); in test_negate()543 assertTrue("the negate of -23465839 is not 23465839", negate1.negate() in test_negate()545 negate1 = new BigDecimal(-3.456E6); in test_negate()546 assertTrue("the negate of -3.456E6 is not 3.456E6", negate1.negate() in test_negate()547 .negate().equals(negate1)); in test_negate()