Archive for the ‘Java’ Category

Oct
25
iled Under (Java, Programming) by WraithStrider on 25-10-2007

This example shows one of the limitations in Java especially in dealing with Floating Point calculations.

Direction:

  1. Download the FloatingPoint.java file
  2. Compile it using the “javac FloatingPoint.java” command (If you dont have the Java SDK, and only have the JRE, then you can just download this compiled class — FloatingPoint.class)