Esempio n. 1
0
def mediumint(value):
    return niceBigInteger(value)
Esempio n. 2
0
def smallint(value):
    return niceBigInteger(value, smallest=True)