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 932c3cef20eeebc528abd5e545959f8c04f305a0
parent 7e2f799e29da287dac3cc67c1f1ade065a63e7d9
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Tue,  3 May 2022 14:19:41 +0200

rename to numtools

Diffstat:
MLICENSE | 2+-
MMakefile | 2+-
MREADME | 8++++----
3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/LICENSE b/LICENSE @@ -1,6 +1,6 @@ ISC License -Copyright (c) 2020-2021 Anders Damsgaard <anders@adamsgaard.dk> +Copyright (c) 2020-2022 Anders Damsgaard <anders@adamsgaard.dk> Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/Makefile b/Makefile @@ -1,6 +1,6 @@ .POSIX: -NAME = mathtools +NAME = numtools VERSION = 0.3.3 # paths diff --git a/README b/README @@ -1,5 +1,5 @@ -mathtools ---------- +numtools +-------- Perform common mathematical operations on numerical arrays, typically passed as plain text in UNIX pipes. @@ -29,8 +29,8 @@ Author: Anders Damsgaard <anders@adamsgaard.dk> Maintained at: - git://src.adamsgaard.dk/mathtools - https://src.adamsgaard.dk/mathtools + git://src.adamsgaard.dk/numtools + https://src.adamsgaard.dk/numtools The LICENSE file details the legal conditions. If an individual source file contains differing copyright and licensing text, those