show/hide this revision's text 2 deleted 68 characters in body
    float f1 = 0.09f * 100f;
    float f2 = 0.09f * 99.999999f;
    return (f1 
Console.WriteLine(100f == f2)99.999999f); // returns true
show/hide this revision's text 1
    float f1 = 0.09f * 100f;
    float f2 = 0.09f * 99.999999f;
    return (f1 == f2); // returns true