summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/asymptote/examples/gamma3.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/asymptote/examples/gamma3.asy')
-rw-r--r--Master/texmf-dist/doc/asymptote/examples/gamma3.asy2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/asymptote/examples/gamma3.asy b/Master/texmf-dist/doc/asymptote/examples/gamma3.asy
index e522dad4e70..6fc56065cb2 100644
--- a/Master/texmf-dist/doc/asymptote/examples/gamma3.asy
+++ b/Master/texmf-dist/doc/asymptote/examples/gamma3.asy
@@ -7,7 +7,7 @@ currentprojection=orthographic(1,-2,1);
real X=4.5;
real M=abs(gamma((X,0)));
-pair Gamma(pair z)
+pair Gamma(pair z)
{
return (z.x > 0 || z != floor(z.x)) ? gamma(z) : M;
}