summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/asymptote/stats.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/asymptote/stats.asy')
-rw-r--r--Master/texmf-dist/asymptote/stats.asy2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/asymptote/stats.asy b/Master/texmf-dist/asymptote/stats.asy
index be9efdfa429..6183fc18df2 100644
--- a/Master/texmf-dist/asymptote/stats.asy
+++ b/Master/texmf-dist/asymptote/stats.asy
@@ -287,6 +287,6 @@ linefit leastsquares(real[] x, real[] y)
real s=sqrt(arg/(n-2));
L.dm=s*sqrt(1/sxx);
L.db=s*sqrt(1+sx^2/sxx)/n;
- }
+ }
return L;
}