1 #ifndef POINCARE_ARITHMETIC_H 2 #define POINCARE_ARITHMETIC_H 19 constexpr
static int k_biggestPrimeFactor = 10000;
static Integer LCM(const Integer *i, const Integer *j)
static Integer GCD(const Integer *i, const Integer *j)
static void PrimeFactorization(const Integer *i, Integer *outputFactors, Integer *outputCoefficients, int outputLength)
static constexpr int k_maxNumberOfPrimeFactors
static constexpr int k_numberOfPrimeFactors