parrotcode: Python BigInt PMC class | |
Contents | Dynamic PMCs |
classes/pylong.pmc - Python BigInt PMC class
PyLong
provides arbitrary precision integer mathematic functions.
static void bigint_set_long(Interp*, PMC*, long value)
static void bigint_set_double(Interp*, PMC*, double value)
PMC* "__hex__"(PMC *self)
self
.PMC* "__new__"(PMC *class, PMC *value, PMC *base)
PMC *get_class()
INTVAL is_equal (PMC *value)
==
operation.void morph(INTVAL type)
INTVAL hash(size_t seed)
|