Integer
Last updated
Was this helpful?
Last updated
Was this helpful?
Sidef supports arbitarily large integers, by using , which is the Perl interface to the 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: