Searched refs:getLowestCommonDenominator (Results 1 – 1 of 1) sorted by relevance
415 int getLowestCommonDenominator(int A, int B) { in getLowestCommonDenominator() function420 int tmp = 8 / (getLowestCommonDenominator(5, 7) - 1); in testVeryComplexAlgorithm()