summaryrefslogtreecommitdiff
path: root/graphics/asymptote/base/stats.asy
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/base/stats.asy')
-rw-r--r--graphics/asymptote/base/stats.asy2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/asymptote/base/stats.asy b/graphics/asymptote/base/stats.asy
index be9efdfa42..6183fc18df 100644
--- a/graphics/asymptote/base/stats.asy
+++ b/graphics/asymptote/base/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;
}