diff options
author | miwi <miwi@FreeBSD.org> | 2010-03-21 20:55:26 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-03-21 20:55:26 +0800 |
commit | bb2e821358ff88ea8a6f0d5d698b6faa0633f4ee (patch) | |
tree | 89689140bcbe08e73d63c55ee41b5867a004978a /math/Makefile | |
parent | dbc447785336f1cd95b685e33b9cb6954fba3490 (diff) | |
download | freebsd-ports-gnome-bb2e821358ff88ea8a6f0d5d698b6faa0633f4ee.tar.gz freebsd-ports-gnome-bb2e821358ff88ea8a6f0d5d698b6faa0633f4ee.tar.zst freebsd-ports-gnome-bb2e821358ff88ea8a6f0d5d698b6faa0633f4ee.zip |
ised is a command-line tool for generating number sequences and
arithmetic evaluation. Unlike big gui-based software (e.g. Mathematica,
Derive, Matlab, Octave,...) it is intended for use in shell scripting,
together with gnu core utilities.
Its main advantage is that all functions are generalized to operate
on one-dimensional arrays. It can be used for loop indexing (much
like seq), line-by-line arithmetic processing of files, floating
point math for shells that don't support it natively, or interactively,
as extended calculator.
WWW: http://ised.sourceforge.net
PR: ports/144914
Submitted by: Charlie Kester <corky1951 at comcast.net>
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 2c9564ab0e9d..782df6371da1 100644 --- a/math/Makefile +++ b/math/Makefile @@ -125,6 +125,7 @@ SUBDIR += hs-vector-space SUBDIR += igraph SUBDIR += isabelle + SUBDIR += ised SUBDIR += itl SUBDIR += jacal SUBDIR += jags |