←
IntegerDigits
→
IntegerString
/
Reference of Built-in Symbols
/
Integer and Number-Theoretical Functions
/
Integer Functions
/
IntegerReverse
/
IntegerReverse
WMA link
IntegerReverse
[
n
]
returns the integer that has the reverse decimal representation of
x
without sign.
IntegerReverse
[
n
,
b
]
returns the integer that has the reverse base
b
representation of
x
without sign.
IntegerReverse[1234]
IntegerReverse[1022, 2]
IntegerReverse[-123]
←
IntegerDigits
→
IntegerString