Extracted from Pike v7.6 release 61 at 2005-12-30.
pike.ida.liu.se
[Top]
Gmp
Gmp.mpz

Method Gmp.mpz()->digits()


Method digits

string digits(void|int(2..36)|int(256..256) base)

Description

This function converts an mpz to a string. If a base is given the number will be represented in that base. Valid bases are 2-36 and 256. The default base is 10.

See also

cast_to_string