BaseForm
BaseForm(integer, radix)
prints the
integer
number in baseradix
form.
See:
Examples
In the Android interface the following output looks like
abcdefff16
>> BaseForm(2882400255, 16)Subscript("abcdefff",16)
>> 16^^abcdefff2882400255
Implementation status
- ✅ - full supported