diff --git a/chapters/pcomplex.qmd b/chapters/pcomplex.qmd index 3c43c3f..3fe6e79 100644 --- a/chapters/pcomplex.qmd +++ b/chapters/pcomplex.qmd @@ -17,7 +17,6 @@ Base.active_module() = myactive_module() # https://github.com/JuliaLang/julia/blob/master/base/show.jl#L3073-L3077 ``` -# Ein Fallbeispiel: Der parametrisierte Datentyp PComplex Wir wollen als neuen numerischen Typen **komplexe Zahlen in Polardarstellung $z=r e^{i\phi}=(r,ϕ)$** einführen.