diff options
author | Andreas Müller <andreas.mueller@ost.ch> | 2021-10-18 08:57:18 +0200 |
---|---|---|
committer | Andreas Müller <andreas.mueller@ost.ch> | 2021-10-18 08:57:18 +0200 |
commit | de63530c4baaac2bdbb2ca414a5f452ec18dce50 (patch) | |
tree | f2c2d8012027d5c6a3889df43d6d3877dbc2f827 | |
parent | improve elliptic integrals (diff) | |
download | SeminarSpezielleFunktionen-de63530c4baaac2bdbb2ca414a5f452ec18dce50.tar.gz SeminarSpezielleFunktionen-de63530c4baaac2bdbb2ca414a5f452ec18dce50.zip |
better range image for elliptic integrals
Diffstat (limited to '')
-rw-r--r-- | buch/chapters/110-elliptisch/images/rechteck.cpp | 1 | ||||
-rw-r--r-- | buch/chapters/110-elliptisch/images/rechteck.pdf | bin | 91630 -> 91630 bytes |
2 files changed, 1 insertions, 0 deletions
diff --git a/buch/chapters/110-elliptisch/images/rechteck.cpp b/buch/chapters/110-elliptisch/images/rechteck.cpp index c3f6f1b..c65ae0f 100644 --- a/buch/chapters/110-elliptisch/images/rechteck.cpp +++ b/buch/chapters/110-elliptisch/images/rechteck.cpp @@ -389,6 +389,7 @@ int main(int argc, char *argv[]) { // arguments larger than 1/k { + dir = std::complex<double>(0, 0.01); double x0 = 1; while (x0 <= 1/k + 0.0001) { x0 += deltax; } for (; x0 < 4; x0 += deltax) { diff --git a/buch/chapters/110-elliptisch/images/rechteck.pdf b/buch/chapters/110-elliptisch/images/rechteck.pdf Binary files differindex 845a550..894091f 100644 --- a/buch/chapters/110-elliptisch/images/rechteck.pdf +++ b/buch/chapters/110-elliptisch/images/rechteck.pdf |