]> www.ginac.de Git - cln.git/blobdiff - README
Fix double_approx(const cl_RA& x) on 64-Bit platforms.
[cln.git] / README
diff --git a/README b/README
index 018972d8aa81b713c9842d1cfc26241a6970ae73..7de3f55379d24497b95552580407fb8f5d986af0 100644 (file)
--- a/README
+++ b/README
@@ -1,7 +1,8 @@
 Class Library for Numbers
 
-Copyright (c)    Bruno Haible 1988-2005
-Copyright (c) Richard Kreckel 2000-2005
+Copyright (c)      Bruno Haible 1988-2008
+Copyright (c)   Richard Kreckel 2000-2009
+Copyright (c) Alexei Sheplyakov 2008
 
 GPL
 
@@ -21,7 +22,7 @@ Features:
     - Automatic, non-interruptive garbage collection.
 - Speed efficiency:
     - Assembly language kernel for some CPUs,
-    - Karatsuba and Schönhage-Strassen multiplication.
+    - Karatsuba and Schönhage-Strassen multiplication.
 - Interoperability:
     - Garbage collection with no burden on
       the main application,