the
hex
of
factor
hex
(
expression )
Factor and expression yield integer
s, number
s, or complex
es.
put hex(6789) into steve
The hex
function converts a real or complex number in decimal, or base ten, to the same number in hexadecimal, or base sixteen. For example, hex(8984)
gives "2318"
.