You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Richard Kreckel 36a5e547df * Adjusted dates and final touches for 1.1.1. 24 years ago
CVSROOT initial checkin 25 years ago
autoconf * autoconf/floatparam.c (double_wordorder_bigendian_p): new symbol. 24 years ago
benchmarks * src/base/cl_low.h: Added several checks if NO_ASM is defined, so 24 years ago
doc * Adjusted dates and final touches for 1.1.1. 24 years ago
examples * src/base/cl_low.h: Added several checks if NO_ASM is defined, so 24 years ago
include/cln * include/cln/modules.h (CL_JUMP_TO): Fix IA64 brokenness. 24 years ago
lidia-interface * All Files have been modified for inclusion of namespace cln; 25 years ago
src * Adjusted dates and final touches for 1.1.1. 24 years ago
tests * src/base/cl_low.h: Added several checks if NO_ASM is defined, so 24 years ago
COPYING * Adjusted dates and final touches for 1.1.1. 24 years ago
ChangeLog * Adjusted dates and final touches for 1.1.1. 24 years ago
FILES * All Files have been modified for inclusion of namespace cln; 25 years ago
INSTALL * Adjusted dates and final touches for 1.1.1. 24 years ago
INSTALL.generic - INSTALL.generic: Clarified behaviour of --with-gmp. 25 years ago
Makefile.devel * */*: Removed problematic stdin, stdout and stderr definitions. 24 years ago
Makefile.in * Makefile.in, src/Makefile.in, doc/Makefile.in: Use mkdir -p. 24 years ago
NEWS * Adjusted dates and final touches for 1.1.1. 24 years ago
README * All Files have been modified for inclusion of namespace cln; 25 years ago
TODO Initial revision 25 years ago
TODO-subclass Initial revision 25 years ago
TODO-verylong Initial revision 25 years ago
cln-config.1.in Change title. "Bruno Haible" is not an operating system :-) 24 years ago
cln-config.in * All Files have been modified for inclusion of namespace cln; 25 years ago
cln.m4 * cln.m4: Fixed typo. 24 years ago
cln.spec.in CLN info pages are install in "Math" section 24 years ago
configure.in * configure.in: Make build in separate builddir possible (again). 24 years ago

README

Class Library for Numbers

Copyright (c) Bruno Haible 1988-2000

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.
- Elementary, logical, transcendental functions.
- C++ as implementation language brings
- efficiency,
- type safety,
- algebraic syntax.
- Memory efficiency:
- Small integers and short floats are immediate,
not heap allocated.
- Automatic, non-interruptive garbage collection.
- Speed efficiency:
- Assembly language kernel for some CPUs,
- Karatsuba and Schönhage-Strassen multiplication.
- Interoperability:
- Garbage collection with no burden on
the main application,
- hooks for memory allocation and exceptions.

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 and namespaces.
The following C++ features are not used:
new, delete, virtual inheritance, exceptions.

Homepage: http://clisp.cons.org/~haible/packages-cln.html