Hey im just asking a quick question im getting a compiler error for shift a double or multiplying it by 1024
basically its like.
it doesnt work the error says it needs to be an int or enum but if cast an INT then my answer is like 0 in yy[0]Code:
static double xx[] {0.9999};
int yy[1];
yy[0] = xx[0] << 10;

