Skip to content

BaseForm

BaseForm(integer, radix)

prints the integer number in base radix form.

See:

Examples

In the Android interface the following output looks like


abcdefff16
>> BaseForm(2882400255, 16)
Subscript("abcdefff",16)
>> 16^^abcdefff
2882400255

Implementation status

  • ✅ - full supported

Github