summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/asymptote/examples/Bode.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/asymptote/examples/Bode.asy')
-rw-r--r--Master/texmf-dist/doc/asymptote/examples/Bode.asy2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/asymptote/examples/Bode.asy b/Master/texmf-dist/doc/asymptote/examples/Bode.asy
index a35540e9749..6cc634299ff 100644
--- a/Master/texmf-dist/doc/asymptote/examples/Bode.asy
+++ b/Master/texmf-dist/doc/asymptote/examples/Bode.asy
@@ -3,7 +3,7 @@ texpreamble("\def\Arg{\mathop {\rm Arg}\nolimits}");
size(10cm,5cm,IgnoreAspect);
-real ampl(real x) {return 2.5/(1+x^2);}
+real ampl(real x) {return 2.5/sqrt(1+x^2);}
real phas(real x) {return -atan(x)/pi;}
scale(Log,Log);