http://www.perlmonks.org?node_id=1084639


in reply to Re: Okay! What!?!?!?
in thread Okay! What!?!?!?

"I just don't know any Java"

Me too (not really). So a i used a GUI:

Update: fixed typo.

package Perlmonks; public class Testomato { public static void main(String[] args) { System.out.printf("%.49f\n",14.4); System.out.printf("%.49f\n", 10+14.4-10); } }

I get:

14,4000000000000000000000000000000000000000000000000 14,3999999999999990000000000000000000000000000000000

Regards, Karl

«The Crux of the Biscuit is the Apostrophe»