Searched refs:gcd (Results 1 – 1 of 1) sorted by relevance
467 gcd (size_t u, size_t v) in gcd() function488 return u * (v / gcd (u, v)); in lcm()