summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/asymptote/examples/washermethod.asy
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-04-16 17:27:26 +0000
committerKarl Berry <karl@freefriends.org>2017-04-16 17:27:26 +0000
commitfbb7e835bffb3653af5165cbcc62aef0df8bfe93 (patch)
tree556994e281f2760742f38823577c476dbcb84122 /Master/texmf-dist/doc/asymptote/examples/washermethod.asy
parentdf88f83b1126c57b3ca9b0371071f36caba3fbbf (diff)
asymptote 2.41 for TL17
git-svn-id: svn://tug.org/texlive/trunk@43843 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/asymptote/examples/washermethod.asy')
-rw-r--r--Master/texmf-dist/doc/asymptote/examples/washermethod.asy2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/asymptote/examples/washermethod.asy b/Master/texmf-dist/doc/asymptote/examples/washermethod.asy
index d86bf8cd4df..c3177aa111e 100644
--- a/Master/texmf-dist/doc/asymptote/examples/washermethod.asy
+++ b/Master/texmf-dist/doc/asymptote/examples/washermethod.asy
@@ -5,7 +5,7 @@ currentprojection=perspective(0,0,11,up=Y);
pen color1=green+opacity(0.25);
pen color2=red;
-real alpha=250;
+real alpha=240;
real f(real x) {return 2x^2-x^3;}
pair F(real x) {return (x,f(x));}