Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Dan McMahill <dmcmahill@netbsd.org>
List: source-changes
Date: 02/20/2000 06:40:37
Module Name:	pkgsrc
Committed By:	dmcmahill
Date:		Sun Feb 20 14:40:37 UTC 2000

Update of /cvsroot/pkgsrc/math/yacas
In directory nb00:/tmp/cvs-serv13462

Log Message:
Initial import of yacas-1.0.28

Yacas (Yet Another Computer Algebra System) is a small and highly flexible
computer algebra language. The syntax uses a infix-operator grammar
parser. The distribution contains a small library of mathematical functions,
but its real strength is in the language in which you can easily write your
own symbolic manipulation algorithms. It supports arbitrary precision
arithmetic.

The current version is 1.0.28 (the first release was 1.0.0). The language is
very much in a finished state. Any code written for it should be usable in
future versions. Also, the language should prove very easy to learn.

Yacas is written in very clean c++ code, and is very portable . It can compile
stand-alone, and is easily embeddable. Yacas contains a native arbitrary
precision arithmetic module, but can also be used with GMP.

Things implemented include: arbitrary precision, rational numeric, vector,
complex, and matrix computations (including inverses and determinants and
solving matrix equations), derivatives, solving, Taylor series, numerical
solving (Newtons method), and a lot more non-mathematical algorithms. The
language natively supports variables and user-defined functions. There is
basic support for polynomials.


Vendor Tag:	TNF
Release Tags:	pkgsrc-base
		
N pkgsrc/math/yacas/Makefile
N pkgsrc/math/yacas/pkg/PLIST
N pkgsrc/math/yacas/pkg/COMMENT
N pkgsrc/math/yacas/pkg/DESCR
N pkgsrc/math/yacas/pkg/MESSAGE
N pkgsrc/math/yacas/patches/patch-aa
N pkgsrc/math/yacas/patches/patch-ab
N pkgsrc/math/yacas/patches/patch-ac
N pkgsrc/math/yacas/patches/patch-ad
N pkgsrc/math/yacas/files/md5
N pkgsrc/math/yacas/files/patch-sum

No conflicts created by this import