Home
last modified time | relevance | path

Searched refs:bigabs (Results 1 – 1 of 1) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
DBigDecimalTest.java172 BigDecimal bigabs = big.abs(); in test_abs() local
173 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()