Fixed point number using a (16.16) notation.
Calculates 2 to the x power.
x
This function is around 11 times faster on x86, and around 22 times faster on fpu-less arm than libc pow(2, x).
Calculates x to the y power.
y
base
#CoglFixed exponent
Fixed point number using a (16.16) notation.