jadd - Add a list of Numbers

jadd(1) is an old utility I created to add a large list of
Integers and/or Floats.  It was created for these reasons:

* The system does not have bc(1) or dc(1)
* On some systems, bc(1)/dc(1) would abort depending on the
  size of the list or the size of the numbers.
* Can be easily called from a Shell Script.

Compile Instructions are in the README.md File inside the
tarball.


$Id: jadd.txt,v 1.3 2024/10/09 22:48:01 jmccue Exp $