Einzelnen Beitrag anzeigen

heru1990

Registriert seit: 20. Mai 2008
8 Beiträge
 
#5

Re: Eine ganzzahl herrausfinden?

  Alt 20. Mai 2008, 20:59
interessant...
Delphi-Quellcode:
  begin
  i:=i+0.0001;
    v:=(-8/5)*i+sqrt((39/25)*(i*i)-19);
    v2:=round(v);
    showmessage('v2 : '+floattostr(v2));
    showmessage('v : '+floattostr(v));
    //label1.caption:=floattostr(v2);
    //label2.caption:=floattostr(v);
  end;
wenn ich ne showmessage reinmache läuft er ohne problme und gibt werte immer aus

nach dem klick:
v = 248,8235...
v2 = 285
i = -99,999
  Mit Zitat antworten Zitat