I need to display a float value on the screen with 2 decimal points and later
use that value to perform validations. The problem is that the float value
which calculated has 6plus decimal precision which is totally unwarranted. for
e.g.
3.00 - 1.70 - 0.20 - 0.20 = 0.89999999... instead of 0.90
Since my validations are based on 0.90 there is a mismatch.
Is there any way in which I can calculate the float value without unnecessary
precision or at least display the right value of 0.90
Mangesh
___________________________________________________________________________
Visit http://www.visto.com/info, your free web-based communications center.
Visto.com. Life on the Dot.
+---
| This is the JAVA/400 Mailing List!
| To submit a new message, send your mail to JAVA400-L@midrange.com.
| To subscribe to this list send email to JAVA400-L-SUB@midrange.com.
| To unsubscribe from this list send email to JAVA400-L-UNSUB@midrange.com.
| Questions should be directed to the list owner: joe@zappie.net
+---