show/hide this revision's text 4 edited tags
show/hide this revision's text 3 Improved English

why initializing Why do I see a double variable initialized to some value like 21.4 to double is converted to as 21.399999618530273?

double r = 11.631;
double theta = 21.4;

in watch it is

In the debugger, these are shown as 11.631000000000000 and 21.399999618530273

how to .

How can I avoid this?

show/hide this revision's text 2 retagged, added line break

double r = 11.631;
double theta = 21.4;

//in

in watch it is 11.631000000000000 and 21.399999618530273

how to avoid this?

show/hide this revision's text 1
    Post Made Community Wiki by Community