Compute binary exponential function.
Returns the base-2 exponential function of x, which is 2 raised to the power x, 2x.
exp2[x]
#<result> = exp2[8] (print,#<result>)
result: 256
log2