Searched refs:pcNeighborsStrictCbrt (Results 1 – 1 of 1) sorted by relevance
238 double[] pcNeighborsStrictCbrt = new double[5]; in testCubeRoot() local252 pcNeighborsStrictCbrt[j] = StrictMath.cbrt(pcNeighbors[j]); in testCubeRoot()264 if (pcNeighborsStrictCbrt[j] > pcNeighborsStrictCbrt[j + 1]) { in testCubeRoot()268 pcNeighborsStrictCbrt[j] + " and " + in testCubeRoot()269 pcNeighborsStrictCbrt[j + 1]); in testCubeRoot()289 pcNeighborsStrictCbrt[j] = StrictMath.cbrt(pcNeighbors[j]); in testCubeRoot()301 if (pcNeighborsStrictCbrt[j] > pcNeighborsStrictCbrt[j + 1]) { in testCubeRoot()305 pcNeighborsStrictCbrt[j] + " and " + in testCubeRoot()306 pcNeighborsStrictCbrt[j + 1]); in testCubeRoot()