home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / kaffe-0.5p4-src.tgz / tar.out / contrib / kaffe / test / floats / Flt4.java < prev    next >
Text File  |  1996-09-28  |  148b  |  8 lines

  1. class Flt4 {
  2.     public static void main (String args[]) {
  3.     double d1 = 500.005;
  4.     double d2 = 400.004;
  5.         System.out.println(d1 * d2);
  6.     }
  7. }
  8.