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 93b3822dbda7e68da8506135285f4a3b520c27c3
parent 7e56f55f66ac239bcf2628648c43b3dc450b5b7d
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Sun, 24 Jan 2021 15:14:16 +0100

fix mandoc -Tlint -Wstyle errors

Diffstat:
Mmax.1 | 6+++---
Mmean.1 | 6+++---
Mmin.1 | 6+++---
Mrangetest.1 | 8++++----
Msum.1 | 8++++----
5 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/max.1 b/max.1 @@ -17,9 +17,9 @@ or in standard input, if no is given. Input fields must be tab-separated. .Sh SEE ALSO -.Xr awk 1 -.Xr mean 1 -.Xr min 1 +.Xr awk 1 , +.Xr mean 1 , +.Xr min 1 , .Xr sum 1 .Sh AUTHORS .An Anders Damsgaard Aq Mt anders@adamsgaard.dk diff --git a/mean.1 b/mean.1 @@ -17,9 +17,9 @@ or in standard input, if no is given. Input fields must be tab-separated. .Sh SEE ALSO -.Xr awk 1 -.Xr max 1 -.Xr min 1 +.Xr awk 1 , +.Xr max 1 , +.Xr min 1 , .Xr sum 1 .Sh AUTHORS .An Anders Damsgaard Aq Mt anders@adamsgaard.dk diff --git a/min.1 b/min.1 @@ -17,9 +17,9 @@ or in standard input, if no is given. Input fields must be tab-separated. .Sh SEE ALSO -.Xr awk 1 -.Xr mean 1 -.Xr min 1 +.Xr awk 1 , +.Xr max 1 , +.Xr mean 1 , .Xr sum 1 .Sh AUTHORS .An Anders Damsgaard Aq Mt anders@adamsgaard.dk diff --git a/rangetest.1 b/rangetest.1 @@ -19,8 +19,8 @@ floating-point values in the search range from to .Ar max_val . The search range is iteratively narrowed down to find a close -approximation of the threshold value where the -.Ar cmd +approximation of the threshold value where the +.Ar cmd transitions between succes to failure, as judged by its exit status. .Pp The behavior of @@ -61,7 +61,7 @@ While the above values all result in a successful invocation of .Nm progressively steps closer to the failure threshold. .Pp -Find the minimum acceptable length +Find the minimum acceptable length .Op Fl L for the program .Xr cngf-pf 1 , @@ -78,7 +78,7 @@ while surpressing its output: .Dl 0.100781 .Dl 0.100391 .Sh SEE ALSO -.Xr awk 1 +.Xr awk 1 , .Xr cngf-pf 1 .Sh AUTHORS .An Anders Damsgaard Aq Mt anders@adamsgaard.dk diff --git a/sum.1 b/sum.1 @@ -12,14 +12,14 @@ The .Nm returns the numerical sum for each column in .Ar file -or in standard input, if no +or in standard input, if no .Ar file is given. Input fields must be tab-separated. .Sh SEE ALSO -.Xr awk 1 -.Xr max 1 -.Xr mean 1 +.Xr awk 1 , +.Xr max 1 , +.Xr mean 1 , .Xr min 1 .Sh AUTHORS .An Anders Damsgaard Aq Mt anders@adamsgaard.dk