summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/asymptote/examples/equilchord.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/asymptote/examples/equilchord.asy')
-rw-r--r--Master/texmf-dist/doc/asymptote/examples/equilchord.asy2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/asymptote/examples/equilchord.asy b/Master/texmf-dist/doc/asymptote/examples/equilchord.asy
index b93da942d08..b7ed365d3ba 100644
--- a/Master/texmf-dist/doc/asymptote/examples/equilchord.asy
+++ b/Master/texmf-dist/doc/asymptote/examples/equilchord.asy
@@ -6,7 +6,7 @@ currentlight=(-1,-1,2);
real t=0.5;
real F(pair z) {
- return (z.x^2+z.y^2 <= 1) ? sqrt(3)*(sqrt(1-z.x^2)-abs(z.y)) : 0;
+ return (z.x^2+z.y^2 <= 1) ? sqrt(3)*(sqrt(1-z.x^2)-abs(z.y)) : 0;
}
real a=1.5;