I can't get it to Bit shift floats without giving a compiling error. Are you sure it is possible?.....


float a = 2.5;

a << 1 == 5.0?


or error?