| tupdate README with range(1) - numtools - perform numerical operations on vecto… | |
| git clone git://src.adamsgaard.dk/numtools | |
| Log | |
| Files | |
| Refs | |
| README | |
| LICENSE | |
| --- | |
| commit 47dfb68465e5d8948676267bebaaba332ad5c58f | |
| parent e953ca7d943f3612f4eebd3e9e9acf014864c66f | |
| Author: Anders Damsgaard <[email protected]> | |
| Date: Mon, 2 May 2022 14:13:53 +0200 | |
| update README with range(1) | |
| Diffstat: | |
| M README | 1 + | |
| 1 file changed, 1 insertion(+), 0 deletions(-) | |
| --- | |
| diff --git a/README b/README | |
| t@@ -10,6 +10,7 @@ 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. | |
| +- range(1): generates an evenly spaced vector over a range. | |
| - rangetest(1): tests the output status of a child program with a | |
| range of input values. | |
| - sum(1): returns the sum for each column. |