Thema
:
Delphi
bruch rechnen
Einzelnen Beitrag anzeigen
Mirilin
Registriert seit: 21. Dez 2002
Ort: Lenzburg
861 Beiträge
Delphi 6 Professional
#
4
Re: bruch rechnen
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.
Zitat
Mirilin
Öffentliches Profil ansehen
Mehr Beiträge von Mirilin finden