Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/math/BigDecimal/
DSquareRootTests.java204 BigDecimal altComputed = BigSquareRoot.sqrt(TWO, mc); in squareRootTwoTests() local
207 equalNumerically(computed, altComputed, "computed & altComputed"); in squareRootTwoTests()