![]() |
CMR
1.3.0
|
#include <iostream>
Go to the source code of this file.
Namespaces | |
tu | |
Functions | |
template<typename T > | |
T | tu::gcd_impl (T a, T b, T &s, T &t) |
template<typename T > | |
T | tu::gcd (T a, T b, T &s, T &t) |
template<typename T > | |
T | tu::gcd (T a, T b) |