def newbigint_fromrbigint(self, bigint): return W_BignumObject.newbigint_fromrbigint(self, bigint)
def newbigint_fromint(self, intvalue): return W_BignumObject.newbigint_fromint(self, intvalue)
def newbigint_fromfloat(self, floatvalue): return W_BignumObject.newbigint_fromfloat(self, floatvalue)