Thema: Delphi bruch rechnen

Einzelnen Beitrag anzeigen

Benutzerbild von Mirilin
Mirilin

Registriert seit: 21. Dez 2002
Ort: Lenzburg
861 Beiträge
 
Delphi 6 Professional
 
#4

Re: bruch rechnen

  Alt 29. Nov 2003, 14:23



Schematisch :

Addition :
a/b + c/d = (a*d + b*c) / (b*d)

Subtraktion :
a/b - c/d = (a*d - b*c) / (b*d)

Multiplikation :
a/b * c/d = (a*c) / (b*d)

Division :
(a/b) / (c/d) = (a*d) / (b*c)


mfg Tobias
Tobias
Die Physik ist für die Physiker eigentlich viel zu schwer.
  Mit Zitat antworten Zitat