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

DateCommit messageAuthorFiles+-
2023-09-22 09:16Makefile: fix linker argument orderAnders Damsgaard1+2-2
2022-07-05 16:45fix typosAnders Damsgaard4+12-12
2022-05-25 09:23range(1): -l option: fail if range limits are not positiveAnders Damsgaard2+8-3
2022-05-25 09:18range(1): -l option: treat limits as absolute values, not exponentsAnders Damsgaard2+8-2
2022-05-11 13:58Makefile: bump version to 0.5.0Anders Damsgaard1+1-1
2022-05-11 13:57add regression tests and sync man examples to current outputAnders Damsgaard12+115-13
2022-05-11 12:57use safe formatting parameters and option parsingAnders Damsgaard21+469-356
2022-05-11 12:49remove arg.hAnders Damsgaard2+0-39
2022-05-11 10:24randnum.c: remove extra newline in usage textAnders Damsgaard1+1-1
2022-05-11 09:58randnum(1): use getopt(2) and safe formatting specsAnders Damsgaard2+68-53
2022-05-11 09:21import strtonum(3) from OpenBSDAnders Damsgaard3+71-1
2022-05-11 08:42randcounts(1): add option to display output as ratiosAnders Damsgaard2+12-3
2022-05-09 15:55range.c: add missing newline char to outputAnders Damsgaard1+1-0
2022-05-09 15:52format string options: remove newline and use consistent output formatAnders Damsgaard6+15-25
2022-05-09 15:26README: update with new programsAnders Damsgaard1+3-0
2022-05-09 15:26stddev.1, stdvar.1: make synopsis more preciseAnders Damsgaard5+159-2
2022-05-09 14:52add option parsing and format string options to all programsAnders Damsgaard14+238-23
2022-05-09 14:15stddev, stdvar: add help optionAnders Damsgaard4+14-2
2022-05-09 14:05man pages: use consistent formatting in examplesAnders Damsgaard5+0-15
2022-05-09 14:00std{var,dev}.1: fix backslashes in examplesAnders Damsgaard2+4-4
2022-05-09 13:55add stddev(1) and stdvar(1)Anders Damsgaard5+212-0
2022-05-09 13:08randcounts.c: remove unused variableAnders Damsgaard1+1-1
2022-05-09 13:07put read and save of input matrix into util functionAnders Damsgaard3+35-19
2022-05-09 08:09randcounts: add repeat optionAnders Damsgaard2+33-22
2022-05-05 11:31randcounts.c: simplify conditional macrosAnders Damsgaard1+0-2
2022-05-05 11:26randcounts.c: fix deterministic output on OpenBSDAnders Damsgaard1+6-0
2022-05-05 11:18README: add randcountsAnders Damsgaard1+1-0
2022-05-05 11:18Makefile: bump versionAnders Damsgaard1+1-1
2022-05-05 11:17randcounts.1: fix option formattingAnders Damsgaard1+1-0
2022-05-05 11:16randcounts.1: minor grammar fixAnders Damsgaard1+1-1
2022-05-05 11:15Makefile: bump versionAnders Damsgaard1+1-1
2022-05-05 11:15randcounts.1: remove extra paragraph spacingAnders Damsgaard1+0-1
2022-05-05 10:49randcounts.1: minor rewordingAnders Damsgaard1+2-2
2022-05-05 10:45randcounts.1: finish first versionAnders Damsgaard1+10-49
2022-05-05 10:39Makefile: add randcountsAnders Damsgaard1+2-0
2022-05-05 10:16begin writing randcounts.1Anders Damsgaard1+99-0
2022-05-05 09:28remove stray argument in synopsisAnders Damsgaard3+100-72
2022-05-03 13:13begin implementing randnumAnders Damsgaard1+71-0
2022-05-03 12:19rename to numtoolsAnders Damsgaard3+6-6
2022-05-03 06:28range.c: add pledge(2)Anders Damsgaard1+3-0
2022-05-02 13:05range.1: escape square bracketAnders Damsgaard1+1-1
2022-05-02 13:02range(1): allow negative numbers in rangeAnders Damsgaard2+14-4
2022-05-02 12:52Makefile: bump version to 0.3.3Anders Damsgaard1+1-1
2022-05-02 12:52range.1: fix escaping of backslashesAnders Damsgaard1+11-14
2022-05-02 12:13update README with range(1)Anders Damsgaard1+1-0
2022-05-02 12:06Makefile: bump version to 0.3.2Anders Damsgaard1+1-1
2022-05-02 12:05range.c: fix usage stringAnders Damsgaard1+1-1
2022-05-02 12:05Makefile: bump version to 0.3.1Anders Damsgaard1+1-1
2022-05-02 12:04range(1): make start and end values optional parametersAnders Damsgaard2+53-26
2022-05-02 11:36Makefile: use consistent line continuationAnders Damsgaard1+25-25
2022-05-02 11:33Makefile: bump version to 0.3.0Anders Damsgaard1+1-1
2022-05-02 11:33add range(1) toolAnders Damsgaard4+183-2
2021-11-24 14:38linregress: add option to save plot to diskAnders Damsgaard1+20-4
2021-11-24 13:40added python version of linear regression analysisAnders Damsgaard1+67-0
2021-09-12 10:33rangetest.1: improve description text and elaborate exampleAnders Damsgaard1+20-7
2021-09-12 09:36man pages: improve usage examplesHiltjo Posthuma3+3-3
2021-09-12 05:32increment version 0.2.5Anders Damsgaard1+1-1
2021-09-12 05:30print output in full double precisionAnders Damsgaard2+2-2
2021-09-12 05:17increment version to 0.2.4Anders Damsgaard1+1-1
2021-09-12 05:16add missing transpose.cAnders Damsgaard1+48-0
2021-09-11 19:29README: add missing histpdf(1) entriesAnders Damsgaard1+2-0
2021-09-11 19:25increment version to 0.2.3Anders Damsgaard1+1-1
2021-09-11 19:25expand READMEAnders Damsgaard1+33-2
2021-09-11 19:12transpose.1: add note on input format requirementsAnders Damsgaard1+2-0
2021-09-11 19:09add simple examples to man pagesAnders Damsgaard5+17-0
2021-09-11 18:58increment version to 0.2.2Anders Damsgaard1+1-1
2021-09-11 18:57add portable reallocarrayAnders Damsgaard3+22-0
2021-09-11 18:47reimplement transpose in CAnders Damsgaard5+11-31
2021-09-10 09:25transpose.1: use correct mandoc syntax for optional file argumentAnders Damsgaard1+1-1
2021-09-02 20:32small whitespace changesAnders Damsgaard1+3-8
2021-09-02 19:48remove unused variablesAnders Damsgaard4+0-4
2021-08-31 13:36increment version to 0.2.1Anders Damsgaard1+1-1
2021-08-31 13:35fix synopsis and description now that only stdin is acceptedAnders Damsgaard4+10-27
2021-08-31 13:33Makefile: include headers in dist targetAnders Damsgaard1+1-1
2021-08-31 12:40Makefile: increment VERSION to 0.2.0Anders Damsgaard1+1-1
2021-08-31 12:39reimplement max(1), mean(1), min(1), and sum(1) in CAnders Damsgaard11+225-66
2021-08-31 09:56add disclaimer on field numbers in man pagesAnders Damsgaard4+8-8
2021-08-31 09:32rangetest.c: remove unnecessary assignmentAnders Damsgaard1+0-2
2021-08-31 09:30rangetest.1: do not suppress output in exampleAnders Damsgaard1+1-1
2021-08-31 09:25put compatibility functions into separate filesAnders Damsgaard5+115-32
2021-08-31 08:54rangetest.1: update SEE ALSO listingAnders Damsgaard1+4-2
2021-08-31 08:42Makefile: increment VERSION to 0.1.2Anders Damsgaard2+39-1
2021-08-31 08:41rangetest: switch to C implementationAnders Damsgaard3+178-85
2021-07-12 12:46add transpose programAnders Damsgaard3+45-1
2021-07-12 12:41fix grammar in man page DESCRIPTIONsAnders Damsgaard5+0-5
2021-06-06 14:40fix column indexingAnders Damsgaard4+12-12
2021-03-25 20:03add histpdfAnders Damsgaard3+39-1
2021-03-25 15:58fix min/maxAnders Damsgaard2+2-2
2021-01-24 14:19LICENSE: bump yearAnders Damsgaard1+1-1
2021-01-24 14:14fix mandoc -Tlint -Wstyle errorsAnders Damsgaard5+17-17
2021-01-13 15:04add rangetest and documentationAnders Damsgaard3+86-2
2021-01-13 14:33rangetest: match @VAL@ string in cmdAnders Damsgaard1+7-7
2021-01-13 11:08add rangetest for binary search testing of programsAnders Damsgaard1+75-0
2021-01-08 09:34sum: fix sum computationAnders Damsgaard1+1-1
2020-12-09 10:19Merge branch 'master' of src.adamsgaard.dk:mathtoolsAnders Damsgaard2+12-3
2020-12-09 10:19style "file" as argument in man pagesAnders Damsgaard3+12-3
2020-12-09 10:19Makefile: also install sum(1)Anders Damsgaard1+1-1
2020-12-09 10:18add sum(1)Anders Damsgaard2+38-0
2020-12-09 09:54max: fix printf callAnders Damsgaard1+1-1
2020-12-09 09:54max: remove extra tab char between fieldsAnders Damsgaard1+1-1
2020-11-25 13:43minor code style changesAnders Damsgaard3+17-8
2020-11-25 13:38Makefile: also install max and minAnders Damsgaard1+1-1
2020-11-25 13:37add awk(1) reference in man pagesAnders Damsgaard2+2-0
2020-11-25 13:37add manpagesAnders Damsgaard3+64-0
2020-11-25 13:30add LICENSEAnders Damsgaard1+15-0
2020-11-25 13:29Add min, max, mean, README, and MakefileAnders Damsgaard5+76-0