BigNum
Source function log(real py, real pbase) returns real
Source
class BigNum
Source
int base
Source
BigNum_l list
Source
function addSmall(int pcarry)
Source
function clean()
Source
function divSmall(int denom) returns int
Source
function dump() returns string
Source
function isZero() returns boolean
Source
function lastDigit() returns int
Source
function mulSmall(int x)
Source
class BigNum_l
Source
int count
Source
int leaf
Source
BigNum_l next
Source
function clean() returns boolean
Source
function divSmall(int base, int denom) returns int
Source