[kaffe] Bug [CVS]: 1f == 0.0

Ito Kazumitsu ito.kazumitsu at hitachi-cable.co.jp
Thu Apr 3 15:46:01 PST 2003


Until the problem is solved,  this could be a workaround.

public class Bug {
    static float asis(float f) { return f;}
    public static void main(String[] args) {
    float f = asis(1.0f);
    System.out.println("f = "+f);
    }
}




More information about the kaffe mailing list