![]() |
Re: Potenz
Delphi-Quellcode:
Bitteschön.
implementation
uses math; {$R *.dfm} procedure TFAnwendung.BBeendenClick(Sender: TObject); begin close; end; procedure TFAnwendung.BPotenzierenClick(Sender: TObject); var Basis,Exponent,Ergebnis : Integer; Begin Basis:= StrToInt(EZahl.Text); Exponent:= StrToInt(EPotenz.Text); EErgebnis.Text:= IntToStr(Power(basis, exponent)); EErgebnis.Text := FloatToStr(power(basis, exPonent)); end; |
Re: Potenz
Lass die Zeile
Zitat:
|
Re: Potenz
Zitat:
juhu es klappt du bist mein Held ich würd dir auf der stelle ein bier spendieren :-D Vielen Vielen Dank an alle. |
Re: Potenz
Na Hauptsache, Du verstehst, was los war.
|
Re: Potenz
Zitat:
|
Alle Zeitangaben in WEZ +1. Es ist jetzt 07:54 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz