I put code
  float _fNum = Float.valueOf("5093.7342"); 
after that _fNum value goes 5093.7344
The result of Float.valuesOf goes wrong what I think.
How can I fix it or How can I make it using another method ?
I put code
  float _fNum = Float.valueOf("5093.7342"); 
after that _fNum value goes 5093.7344
The result of Float.valuesOf goes wrong what I think.
How can I fix it or How can I make it using another method ?
