Introduction
Introduction Statistics Contact Development Disclaimer Help
texpand README - numtools - perform numerical operations on vectors and matrice…
git clone git://src.adamsgaard.dk/numtools
Log
Files
Refs
README
LICENSE
---
commit 073e292941bfee7554e142dda35b272380ad1638
parent 6bfb18f4d16b9534c030786800724ff99710a872
Author: Anders Damsgaard <[email protected]>
Date: Sat, 11 Sep 2021 21:25:17 +0200
expand README
Diffstat:
M README | 35 +++++++++++++++++++++++++++++…
1 file changed, 33 insertions(+), 2 deletions(-)
---
diff --git a/README b/README
t@@ -1,3 +1,34 @@
-Tools to perform common mathematical operations in UNIX pipes
+mathtools
+---------
-Author: Anders Damsgaard <[email protected]>
+Perform common mathematical operations on numerical arrays, typically
+passed as plain text in UNIX pipes.
+
+The toolset consists of the following:
+
+- max(1): returns the maximum value for each column.
+- mean(1): returns the average value for each column.
+- min(1): returns the minimum value for each column.
+- rangetest(1): tests the output status of a child program with a
+ range of input values.
+- sum(1): returns the sum for each column.
+- transpose(1): interchanges the row and column positions for each
+ field.
+
+For detailed usage information and examples, please refer to the
+included man pages.
+
+Requirements:
+ - C compiler (C99).
+ - libc
+
+Author:
+ Anders Damsgaard <[email protected]>
+
+Maintained at:
+ git://src.adamsgaard.dk/mathtools
+ https://src.adamsgaard.dk/mathtools
+
+The LICENSE file details the legal conditions. If an individual
+source file contains differing copyright and licensing text, those
+conditions supersede the included LICENSE file.
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.