Subject: CVS commit: doc
To: None <source-changes@netbsd.org>
From: Alistair G. Crooks <agc@netbsd.org>
List: source-changes
Date: 01/28/2002 13:33:47
Module Name:	doc
Committed By:	agc
Date:		Mon Jan 28 11:33:47 UTC 2002

Modified Files:
	doc: pkg-CHANGES

Log Message:
Initial import of David Bell's calc, version 2.11.5.4.4, into the
NetBSD Packages Collection, due to popular demand.

Calc is an arbitrary precision C-like programmable calculator with many
builtin functions.  The basic data types are integers, fractions,
complex numbers, strings, matrices, associations, lists, files, and
user-definable "objects".  You can use it interactively to evaluate
expressions line by line, or else you can write complicated programs in
its C-like language.  There are many features which I will not bother
to describe here.

Calc is written entirely in C, and runs on many different platforms and
variants of UNIX.

The low-level arbitrary precision math routines have been organized into
three libraries for handling integers, fractions, and complex numbers.
You can call the routines in these libraries from your own C programs.


To generate a diff of this commit:
cvs rdiff -r1.5878 -r1.5879 doc/pkg-CHANGES

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.