Integer
Sidef supports arbitarily large integers, by using Math::GMPz, which is the Perl interface to the GMP library.
A numerical string (in any base from 2 to 62) can be converted into a number as following:
The Number.base(b)
method provides conversion from numbers into strings in a given base:
Last updated