diff options
| -rw-r--r-- | geometry/formulars.cpp | 2 | ||||
| -rw-r--r-- | tcr.pdf | bin | 300271 -> 300287 bytes |
2 files changed, 1 insertions, 1 deletions
diff --git a/geometry/formulars.cpp b/geometry/formulars.cpp index 3a5e53b..ed44b8b 100644 --- a/geometry/formulars.cpp +++ b/geometry/formulars.cpp @@ -1,6 +1,6 @@ // Komplexe Zahlen als Darstellung für Punkte. Wenn immer möglich // complex<int> verwenden. Funktionen wie abs() geben dann int zurück. -typedef pt complex<double>; +typedef complex<double> pt; // Winkel zwischen Punkt und x-Achse in [0, 2 * PI). double angle = arg(a); Binary files differ |
