GiNaC 1.3.9 (Default branch) |
|
|
Thursday November 22, 2007. 01:52 AM FreshMeat
GiNaC (GiNaC is Not a CAS (Computer Algebra System)) is a C++ library for symbolic calculations. It is designed to allow the creation of integrated systems that embed symbolic manipulations together with more established areas of computer science (like computation-intense numeric applications, graphical interfaces, etc.). Contrary to other CASes it does not try to provide extensive algebraic capabilities and a simple programming language but instead accepts a given language (C++) and extends it by a set of algebraic capabilities.
License: GNU General Public License (GPL)
Changes:
This is a backporting bugfix release. A memory leak in ginac_yylex(), memory leaks in mul::eval() and power::eval(), and macro checking for the version of libreadline (Mac OS X) have been fixed. info(info_flags::has_indices) now works for sums and products. Improved CLN output.
|