Numworks Epsilon
1.4.1
Graphing Calculator Operating System
|
#include <arithmetic.h>
Static Public Member Functions | |
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 Public Attributes | |
static constexpr int | k_numberOfPrimeFactors = 1000 |
static constexpr int | k_maxNumberOfPrimeFactors = 32 |
Definition at line 7 of file arithmetic.h.
Definition at line 15 of file arithmetic.cpp.
Definition at line 6 of file arithmetic.cpp.
|
static |
Definition at line 39 of file arithmetic.cpp.
|
static |
Definition at line 15 of file arithmetic.h.
|
static |
Definition at line 14 of file arithmetic.h.