X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=README;h=7694710c5b702b67c543336e08f1770b677d5610;hp=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hb=4fb81453461f004b7334bac10d1eed60ac9837b8;hpb=6b3768e8c544739ae53321539cb4d1e3112ded1b;ds=sidebyside diff --git a/README b/README index e69de29b..7694710c 100644 --- a/README +++ b/README @@ -0,0 +1,20 @@ +General Information +=================== + +GiNaC (which stands for "GiNaC is Not a CAS (computer algebra system)) is a +C++ library for symbolic mathematical 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.) under one roof. + +The official ftp site is: + ftp://ftpthep.physik.uni-mainz.de/pub/GiNaC/ + +The official web site is: + http://www.ginac.de/ + + +Installation +============ + +See the file "INSTALL".