Searched refs:gcd (Results 1 – 6 of 6) sorted by relevance
41 float gcd(float a, float b) { in gcd() function56 return (a * b) / gcd(a, b); in lcm()
35 float gcd(float a, float b);