Download List

Projeto Descrição

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.

2011-05-09 20:43
1.3.2

Um bug foi corrigido, que ocorreu em processadores x86 quando o fator de escala de scale_float (cl_LF, cl_I) ultrapassou 2 ^ 31. Portabilidade de compiladores GCC não foi melhorada.
Tags: Minor bugfixes
A bug was fixed which occurred on x86 processors when the scale factor of scale_float(cl_LF, cl_I) exceeded 2^31. Portability to non-GCC compilers was improved.

2009-09-30 05:23
1.3.1

Suporte básico de Renesas SH foi adicionado. Um acidente na double_approx (cl_RA) em plataformas 64-bit foi corrigido.
Tags: Minor bugfixes
Basic support for Renesas SH was added. A crash in double_approx(cl_RA) on 64-bit platforms was fixed.

2009-07-01 23:21
1.3.0

O GNU autotools são utilizados como o sistema de compilação. Um mecanismo de dependência mais portátil módulo foi implementado.
Tags: Build features
The GNU autotools are now used as the build system. A more portable module dependency mechanism was implemented.

2008-04-07 18:09
1.2.2

A CLN recentemente quebrada-1.2.0 ABI foi corrigido. Building for ARM foi corrigido.
Tags: Minor bugfixes
The recently broken CLN-1.2.0 ABI was fixed. Building for ARM was fixed.

2008-03-25 18:27
1.2.1

Alguns erros na saída de números maiores que 2 ^ 32 dígitos decimais foram corrigidos. Modificando C / C + + "++", operadores, tais como "+=", etc, são agora ativado por padrão.
Tags: Minor bugfixes
Some bugs in the output of numbers larger than 2^32 decimal digits were fixed. Modifying C/C++ operators, such as "+=", "++", etc., are now enabled by default.

Project Resources