halo
This commit is contained in:
parent
445e541ddc
commit
9242c7e4a0
@ -53,4 +53,4 @@ int main() {
|
||||
summe.tag, summe.std, summe.min, summe.sek, sgesamt);
|
||||
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
@ -52,4 +52,4 @@ int main() {
|
||||
}
|
||||
|
||||
// Kompilieren mit:
|
||||
// gcc TestComplex.c -L. -lcomplex -o TestComplex
|
||||
// gcc TestComplex.c -L. -lcomplex -o TestComplex
|
||||
|
@ -50,4 +50,4 @@ void printComplex(const Complex* z) {
|
||||
printf("(%.3f + %.3fi)\n", z->real, z->imag);
|
||||
else
|
||||
printf("NULL -> Division durch 0 nicht möglich\n");
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user