Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/Math/
DHypotTests.java53 static long[] pythagoreanTriple(int m, int n) { in pythagoreanTriple() method in HypotTests
104 long[] result = pythagoreanTriple(m, n); in testHypot()
116 long[] result = pythagoreanTriple(m, n); in testHypot()