/[cln]/README
ViewVC logotype

Diff of /README

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by kreckel, Fri Jan 28 11:37:18 2000 UTC revision 1.2 by kreckel, Mon Aug 28 22:07:37 2000 UTC
# Line 6  GPL Line 6  GPL
6    
7  Features:  Features:
8  - Rich set of number classes:  - Rich set of number classes:
9    Integer (unlimited precision), rational,    Integer (unlimited precision), rational, short float,
10    short float, single float, double float,    single float, double float, long float (unlimited
11    long float (unlimited precision), complex,    precision), complex, modular integer, univariate polynomial.
   modular integer, univariate polynomial.  
12  - Elementary, logical, transcendental functions.  - Elementary, logical, transcendental functions.
13  - C++ as implementation language brings  - C++ as implementation language brings
14      - efficiency,      - efficiency,
# Line 29  Features: Line 28  Features:
28    
29  Requires: C++ compiler g++.  Requires: C++ compiler g++.
30  The following C++ features are used:  The following C++ features are used:
31  classes, member functions,  classes, member functions, overloading of functions and operators,
32  overloading of functions and operators,  constructors and destructors, inline, const, multiple inheritance,
33  constructors and destructors, inline, const,  templates and namespaces.
 multiple inheritance, templates.  
34  The following C++ features are not used:  The following C++ features are not used:
35  new, delete, virtual inheritance,  new, delete, virtual inheritance, exceptions.
 exceptions.  
36    
37  Homepage: http://clisp.cons.org/~haible/packages-cln.html  Homepage: http://clisp.cons.org/~haible/packages-cln.html
   

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

Christian Bauer">Christian Bauer
ViewVC Help
Powered by ViewVC 1.1.15