how to compare two double values

Mar 24, 2014 at 6:01am
hello i want to compare two double values
double x = 3072.00000000;
double y = 3072.0000000;
when checking with if its not working
if(x==y) it not working please help me
Mar 24, 2014 at 6:11am
Topic archived. No new replies allowed.