RosettaCodeData/Task/Literals-Integer/Mathematica/literals-integer.math
2023-07-01 13:44:08 -04:00

6 lines
101 B
Text

b^^nnnn is a valid number in base b (with b ranging from 2 to 36) :
2^^1011
-> 11
36^^1011
-> 46693