Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/Math/
DExpm1Tests.java136 double[] pcNeighborsExpm1 = new double[5]; in testExpm1() local
149 pcNeighborsExpm1[j] = Math.expm1(pcNeighbors[j]); in testExpm1()
153 for (int j = 0; j < pcNeighborsExpm1.length - 1; j++) { in testExpm1()
154 if (pcNeighborsExpm1[j] > pcNeighborsExpm1[j + 1]) { in testExpm1()
158 pcNeighborsExpm1[j] + " and " + in testExpm1()
159 pcNeighborsExpm1[j + 1]); in testExpm1()