Go to the source code of this file.
Classes | |
class | Factors::Factors |
Namespaces | |
namespace | Factors |
Functions | |
def | Factors::new |
def | Factors::restart |
def | Factors::gcd |
def | Factors::rho_gcd |
def | Factors::egypt_gcd |
def | Factors::rho_status_display |
def | Factors::FromNumber |
def | Factors::FromString |
def | Factors::main |
Variables | |
int | Factors::verbose = 0 |
int | Factors::one_min = 60 |
int | Factors::one_hour = 3600 |
tuple | Factors::one_meg = mpz( 1000000 ) |
tuple | Factors::one_gig = mpz( 1000000000 ) |
tuple | Factors::ten_gig = one_gig*mpz( 10 ) |
tuple | Factors::hun_gig = one_gig*mpz( 100 ) |
tuple | Factors::ten_pow_15 = mpz( 10 ** 15 ) |
tuple | Factors::ten_pow_21 = mpz( 10 ** 21 ) |
string | Factors::state_file = "Factor_Status.txt" |
tuple | Factors::y = mpz( 5 ) |
int | Factors::r = 1 |
int | Factors::q = 1 |
int | Factors::g = 1 |
Factors::x = y | |
int | Factors::k = 0 |
Factors::ys = y |