Format a number as hexadecimal.
math.hex(value)
value
//the following outputs "0xF0" math.hex(240)
oct, bin