Non-decimal radices/Convert: Difference between revisions

(→‎{{header|Mathematica}}: Minor preamble)
Line 674:
 
=={{header|Mathematica}}==
Use the built-in functions IntegerString[] and FromDigits[]:
<lang Mathematica>IntegerString[26,16]
FromDigits["1a", 16])</lang>
Anonymous user