M
Mr. Ken
I am running such segment of codes, but errors kick in after maybe
absolute of x above 10^6.
What is the theoritical bound of x before I get errors?
double x;
int y;
x = ......;
y = ((int)x) >> 8;
Thanks.
absolute of x above 10^6.
What is the theoritical bound of x before I get errors?
double x;
int y;
x = ......;
y = ((int)x) >> 8;
Thanks.