Autor Beitrag
DiggiDi
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starofftopic star
Beiträge: 60



BeitragVerfasst: Fr 04.06.04 17:38 
Hi

ich suche dringend den Gaußschen Algorithmus!
Wär sehr dankbar wenn mir das jemand geben könnte. wär es nicht so dringen würd ich es ja selber schreiben :) aber die zeit reicht nicht aus.

danke im voraus!

mfg DiggiDi
MartinPb
ontopic starontopic starontopic starontopic starontopic starontopic starhalf ontopic starofftopic star
Beiträge: 698



BeitragVerfasst: Fr 04.06.04 17:48 

_________________
Gruß
Martin
DiggiDi Threadstarter
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starofftopic star
Beiträge: 60



BeitragVerfasst: Fr 04.06.04 18:04 
danke das hab ich auch schon gefunden aber das ist das falsche.
Delphi~Anfänger
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starontopic star
Beiträge: 97



BeitragVerfasst: Fr 04.06.04 20:03 
ausblenden Delphi-Quelltext
1:
2:
3:
4:
5:
6:
7:
8:
procedure TForm1.Button3Click(Sender: TObject);
begin
a:=strtofloat(edit4.text);
ha:=strtofloat(edit5.text);
hg:=strtofloat(edit6.text);
o:=a*ha*0.5*hg;
label7.caption:=floattostr(o);
end;


Das ist er !!!