Searched refs:bigabs (Results 1 – 1 of 1) sorted by relevance
172 BigDecimal bigabs = big.abs(); in test_abs() local173 assertTrue("the absolute value of -1234 is not 1234", bigabs.toString() in test_abs()176 bigabs = big.abs(); in test_abs()177 assertTrue("the absolute value of 23.45 is not 23.45", bigabs in test_abs()