Static Public Member Functions

zeus::TMathBigInteger< N > Class Template Reference

#include <MathBigInteger.hpp>

List of all members.

Static Public Member Functions

static TBigInteger< N > gcd (const TBigInteger< N > &rA, const TBigInteger< N > &rB, TBigInteger< N > &rX, TBigInteger< N > &rY)

Detailed Description

template<int N>
class zeus::TMathBigInteger< N >

This class contains generous mathematical functions for big integers.


Member Function Documentation

template<int N>
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.

See also:
TMath::gcd

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


Written by Benjamin Hadorn http://www.xatlantis.ch.
Last change made on Sun Jan 22 2012 15:28:23