numtools

perform numerical operations on vectors and matrices in unix pipes
git clone git://src.adamsgaard.dk/numtools # fast
git clone https://src.adamsgaard.dk/numtools.git # slow
Log | Files | Refs | README | LICENSE Back to index

commit 5b24cf0f0de9c6d52fa609cb59e025d2706e2e7e
parent c598541cf915a211e3f9a96d08919ff3e022e96b
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Sat, 11 Sep 2021 21:29:35 +0200

README: add missing histpdf(1) entries

Diffstat:
MREADME | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/README b/README @@ -6,6 +6,7 @@ passed as plain text in UNIX pipes. The toolset consists of the following: +- histpdf(1): plots a histogram of values in the first column. - 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. @@ -21,6 +22,7 @@ included man pages. Requirements: - C compiler (C99). - libc + - histpdf(1): gnuplot(1) Author: Anders Damsgaard <anders@adamsgaard.dk>