Download List

Project Description

Class Library for Numbers (CLN) is a library for computations with all
kinds of numbers. Its rich set of number classes includes integers,
rational numbers, floating-point numbers, complex numbers, modular
integers, and univariate polynomials. It implements elementary functions
(also with unlimited precision), logical functions, and transcendental
functions. It is designed for memory and speed efficiency as well as
interoperability.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-02-09 12:57 Back to release list
1.1.9

Input of numbers in bases 2, 4, 8, 16, and 32 is now done in
linear bit complexity as opposed to O(N^2). Two corner case
bugs in cl_LF multiplication and sqrt were fixed. A bug in
log(a,b) was fixed. Several random crashes through bugs in
the integer input and output routines were fixed. A crash in
the shared library on x86_64 was fixed. Speed
improvements through inline assembly were introduced for
x86_64 and ia64. Several build issues were fixed.
Tags: Minor bugfixes

Project Resources