#include <MathBigInteger.hpp>
Static Public Member Functions | |
| static TBigInteger< N > | gcd (const TBigInteger< N > &rA, const TBigInteger< N > &rB, TBigInteger< N > &rX, TBigInteger< N > &rY) |
This class contains generous mathematical functions for big integers.
| static TBigInteger<N> zeus::TMathBigInteger< N >::gcd | ( | const TBigInteger< N > & | rA, |
| const TBigInteger< N > & | rB, | ||
| TBigInteger< N > & | rX, | ||
| TBigInteger< N > & | rY | ||
| ) | [inline, static] |
Returns the greatest common divisor of two numbers.