Einzelnen Beitrag anzeigen

Benutzerbild von Wolfgang Mix
Wolfgang Mix

Registriert seit: 13. Mai 2009
Ort: Lübeck
1.222 Beiträge
 
Delphi 2005 Personal
 
#16

Re: Winkel zwischen zwei Punkten?!

  Alt 3. Sep 2009, 18:46
jfheins schrieb:

Delphi-Quellcode:
if zahl > 2*Pi then zahl := zahl - 2*Pi;
if zahl < 0 then zahl := zahl + 2*Pi;
Der Tangens hat eine Periodizität von 180 Grad (oder pi):
Versuche 'mal

Delphi-Quellcode:
if zahl > Pi then zahl := zahl - Pi;
if zahl < 0 then zahl := zahl + Pi;
Gruß

Wolfgang
Wolfgang Mix
if you can't explain it simply you don't understand it well enough - A. Einstein
Mein Baby:http://www.epubli.de/shop/buch/Grund...41818516/52824
  Mit Zitat antworten Zitat