Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/math/BigDecimal/
DStringConstructor.java90 BigDecimal bdDoppel = new BigDecimal(bdString); in testRoundtrip() local
91 Assert.assertEquals(bd, bdDoppel, "bd string: scale: " + bd.scale() + in testRoundtrip()
92 "\t" + bdString + "\nbd doppel: scale: " + bdDoppel.scale() + in testRoundtrip()
93 "\t" + bdDoppel.toString()); in testRoundtrip()