Test mit Delphi 7 Ent. mit folgendem Code:
Delphi-Quellcode:
procedure TForm1.Button1Click(Sender: TObject);
var
a, b, c: Extended;
begin
a := StrToFloat(Edit1.Text);
b := StrToFloat(Edit2.Text);
c := a/b;
Edit3.Text := FloatToStr(c);
end;
Ich habe für a, b und c alle Gleitkommatypen durch (incl. Currency), und ich hatte nur bei Single eine kleine Abweichung weit im Nachkommaanteil.
Daher ist das Verhalten für mich nicht reproduzierbar - sorry
.
gruss,
Fabian
Fabian K.
INSERT INTO HandVonFreundin SELECT * FROM Himmel