Go to the source code of this file.
Namespaces | |
namespace | Test_SigmaFactor |
Functions | |
def | Test_SigmaFactor::test_pmcheck_1 |
def | Test_SigmaFactor::test_pmcheck |
def | Test_SigmaFactor::print_2_3_5_x_3_5_7 |
def | Test_SigmaFactor::test_2_3_5_x_3_5_7 |
def | Test_SigmaFactor::test_p_q_r |
def | Test_SigmaFactor::new_test_q1_q2 |
def | Test_SigmaFactor::new_test |
Variables | |
int | Test_SigmaFactor::verbose = 0 |
Test_SigmaFactor::prime = None | |
Test_SigmaFactor::powers = None | |
tuple | Test_SigmaFactor::tokens = re.split( "[p.]", arg ) |
tuple | Test_SigmaFactor::min = int( tokens[ 1 ] ) |
tuple | Test_SigmaFactor::max = int( tokens[ 2 ] ) |
string | Test_SigmaFactor::arg = "t12" |
tuple | Test_SigmaFactor::o = SigmaFactor( 2, 47 ) |
tuple | Test_SigmaFactor::beg = time.time( ) |
tuple | Test_SigmaFactor::b = time.time( ) |
tuple | Test_SigmaFactor::r = SigmaFactor.SigmaFactor( prime, power ) |
tuple | Test_SigmaFactor::f = time.time( ) |
tuple | Test_SigmaFactor::fin = time.time( ) |