Subject: CVS commit: doc
To: None <source-changes@netbsd.org>
From: Jason Beegan <jtb@netbsd.org>
List: source-changes
Date: 03/07/2001 23:00:43
Module Name:	doc
Committed By:	jtb
Date:		Wed Mar  7 21:00:43 UTC 2001

Modified Files:
	doc: pkg-CHANGES

Log Message:
Note new pari package.  This is PARI-GP version 2.1.0.

PARI-GP is a package which is aimed at efficient computations in
number theory, but also contains a large number of other useful
functions.  It is somewhat related to a Computer Algebra System, but
is not really one since it treats symbolic expressions as mathematical
entities such as matrices, polynomials, series, etc..., and not as
expressions per se.  However it is often much faster than other CAS,
and contains a large number of specific functions not found elsewhere,
essentially for use in number theory.

This package can be used in an interactive shell (GP) or as a C/C++
library (PARI). It is free software, in the sense of freedom AND 'free
of charge'.


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

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