CMR  1.3.0
Namespaces | Functions
gcd.hpp File Reference
#include <iostream>

Go to the source code of this file.

Namespaces

 tu
 

Functions

template<typename T >
tu::gcd_impl (T a, T b, T &s, T &t)
 
template<typename T >
tu::gcd (T a, T b, T &s, T &t)
 
template<typename T >
tu::gcd (T a, T b)