Download List

项目描述

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

其中一个错误是固定在x86处理器上时发生的scale_float比例因子(cl_LF,cl_I)超过2 ^ 31。可移植性非GCC编译器进行了改进。
标签: 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

上海为瑞萨增加了基本支持。一个double_approx(cl_RA崩溃)在64位平台是固定的。
标签: 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

GNU的自动工具,现在用作构建系统。更便携模块依赖机制实施。
标签: 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

最近破CLN - 1.2.0 ABI的是固定的。 ARM的建筑是固定的。
标签: 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

大于2的一些错误,在数字输出^ 32十进制数是固定的。修改的C / C + +运营商,如"+=",,"++",等,现在默认启用。
标签: 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