diff options
author | Marco Cecchetti <mrc.ildp@gmail.com> | 2010-05-12 23:30:12 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-12 23:30:12 +0200 |
commit | f5376e0f4c4285e9f985705011ab02f74ee6063d (patch) | |
tree | 0204c9acd10f8fd52e81d38ce8cee6078920f634 /libraries/ginac/README | |
parent | 1bbe22bf09fd87f72a07e0c78827d3794d1b6b92 (diff) | |
download | slackbuilds-f5376e0f4c4285e9f985705011ab02f74ee6063d.tar.gz |
libraries/ginac: Added to 12.2 repository
Diffstat (limited to 'libraries/ginac/README')
-rw-r--r-- | libraries/ginac/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libraries/ginac/README b/libraries/ginac/README new file mode 100644 index 0000000000..d0c2718ca1 --- /dev/null +++ b/libraries/ginac/README @@ -0,0 +1,8 @@ +GiNaC is a C++ library. Its design is revolutionary in a sense that contrary +to other CAS 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. +The name GiNaC is an iterated and recursive abbreviation for GiNaC is +Not a CAS, where CAS stands for Computer Algebra System. + +This requires cln. |