36 __int128
xgcd( __int128 p_a, __int128 p_b, __int128 & p_s, __int128 & p_t );
Collection of numeric algorithms.
Definition: algo.h:24
__int128 xgcd(__int128 p_a, __int128 p_b, __int128 &p_s, __int128 &p_t)
Extended Euclidean algorithm.
Definition: algo.cpp:24
bool isint128(std::string p_str)
Is it a 128 bit integer.
Definition: algo.cpp:59