hello there,
i found a interesting problem here.
i transform a string data "180" to int and then multiple by 0.7
(Integer.parseI nt("180"))*0.7
and i got the result of "125.9999999999 999999".
why?? @_@"
thanks :)
Castle
i found a interesting problem here.
i transform a string data "180" to int and then multiple by 0.7
(Integer.parseI nt("180"))*0.7
and i got the result of "125.9999999999 999999".
why?? @_@"
thanks :)
Castle
Comment