| 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, |
| 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 |
|
|
|