image1 image2

BUBURBULATです |WELCOME TO MY PERSONAL BLOG|数学と芸術が大好き

Coding Pangkat (Delphi)

Kalkulator

procedure TForm4.Button10Click(Sender: TObject);
begin
a:= strtofloat (edit2.Text);
b:= strtofloat (edit3.text);
c:= exp(b*ln(a));
edit4.Text:= floattostr (c);
end;

 

Share this:

CONVERSATION

0 komentar:

Post a Comment