]> www.ginac.de Git - cln.git/blobdiff - README
* Last bits for release 1.1.5.
[cln.git] / README
diff --git a/README b/README
index bc5fe589e73b9a5dee902c28317c6eff1a33645b..b4cd2017bf7d1e664fc130ea5e20234d258c4bec 100644 (file)
--- a/README
+++ b/README
@@ -1,15 +1,15 @@
 Class Library for Numbers
 
-Copyright (c) Bruno Haible 1988-2000
+Copyright (c)    Bruno Haible 1988-2002
+Copyright (c) Richard Kreckel 2000-2002
 
 GPL
 
 Features:
 - Rich set of number classes:
-  Integer (unlimited precision), rational,
-  short float, single float, double float,
-  long float (unlimited precision), complex,
-  modular integer, univariate polynomial.
+  Integer (unlimited precision), rational, short float, 
+  single float, double float, long float (unlimited 
+  precision), complex, modular integer, univariate polynomial.
 - Elementary, logical, transcendental functions.
 - C++ as implementation language brings
     - efficiency,
@@ -29,13 +29,10 @@ Features:
 
 Requires: C++ compiler g++.
 The following C++ features are used:
-classes, member functions,
-overloading of functions and operators,
-constructors and destructors, inline, const,
-multiple inheritance, templates.
+classes, member functions, overloading of functions and operators,
+constructors and destructors, inline, const, multiple inheritance,
+templates and namespaces.
 The following C++ features are not used:
-new, delete, virtual inheritance,
-exceptions.
-
-Homepage: http://clisp.cons.org/~haible/packages-cln.html
+new, delete, virtual inheritance, exceptions.
 
+Homepage: <http://www.ginac.de/CLN>