Ised
====

-------------------------------------------------------------------------------

:Latest Release:	ised-2.7.1.tar.bz2
:Homepage:		http://ised.sourceforge.net/

-------------------------------------------------------------------------------

Synopsis
--------

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.

Current implementation is designed to silently ignore most of arithmetic
and syntax errors and return as regular result as possible.
The behaviour in case of arithmetic errors, such as overflows
and divisions by zero, is uncertain and should not be relied upon.

License
-------

Compilation Copyright (c) 2009-2016 by Simon Copar <info.ised@gmail.com>

Ised is free software: you can redistribute it and/or
modify it under the terms of the `GNU General Public License version 3
<http://www.gnu.org/licenses/gpl.html> or (at your option) any later
version.
