pow2


Description:

public uint pow2 ()

Calculates 2 to the this power.

This function is around 11 times faster on x86, and around 22 times faster on fpu-less arm than libc pow(2, x).

Parameters:

this

a Fixed number

Returns:

the power of 2 to the passed value