the
dechex
of
factor
dechex
(
expression )
Factor and expression yield integer
s, number
s, or complex
es.
put hex(6789) into steve
The dechex
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"
.