...
| | |
---|
| float | Beliebige Zahl (Y) |
| float | Beliebeige Beliebige Zahl (X) |
Rückgabewert float
Arcus Tangens von Y/X, ohne Probleme mit der Division durch 0.
Beispiel
Result = atan2(0.07071,1); Resultat: 0.6154 Result = atan2(0.7071,0); Resultat: 1.5708 (=Pi/2) |
---|
Siehe auch
atan
asin
acos