From de63530c4baaac2bdbb2ca414a5f452ec18dce50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 18 Oct 2021 08:57:18 +0200 Subject: better range image for elliptic integrals --- buch/chapters/110-elliptisch/images/rechteck.cpp | 1 + buch/chapters/110-elliptisch/images/rechteck.pdf | Bin 91630 -> 91630 bytes 2 files changed, 1 insertion(+) (limited to 'buch/chapters/110-elliptisch/images') 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(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 index 845a550..894091f 100644 Binary files a/buch/chapters/110-elliptisch/images/rechteck.pdf and b/buch/chapters/110-elliptisch/images/rechteck.pdf differ -- cgit v1.2.1