3.3.4.18. Function Gcd

3.3.4.18.1. Function Documentation

int sirius::utils::Gcd(int a, int b)

Compute Gcd of a and b using C++17: will be replaced with std::gcd.