Introduction
Introduction Statistics Contact Development Disclaimer Help
tmean: minor code style change - numtools - perform numerical operations on vec…
git clone git://src.adamsgaard.dk/numtools
Log
Files
Refs
README
LICENSE
---
commit 3f1938bbc1f17fcf3d959d4cf7e3e934bc231cd9
parent 66df2bbd7cf78e43d114abcccfc3aa00f212f6d5
Author: Anders Damsgaard <[email protected]>
Date: Wed, 25 Nov 2020 14:44:35 +0100
mean: minor code style change
Diffstat:
M mean | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/mean b/mean
t@@ -5,7 +5,7 @@
}
END {
for (i = 0; i < NF; i++) {
- printf("%g", sum[i]/NR)
+ printf("%g", sum[i] / NR)
if (i + 1 < NF)
printf("\t")
}
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.