Download List

项目描述

Libapmath is a C++ arbitrary precision math library designed to be as convenient as possible, besides performing well. The approach taken is that of choosing names like those in <cmath> and implementing all arithmetic by overloading of operators.

系统要求

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.

2008-08-31 02:35
1.2

一些基准测试是在早期版本的开发使用的工具,现在公开测试的用户编程的算法。这个版本使检查更精确的受理,因为数字的精度可在必要时自动调整。案件的限制,在三角的处理程序已得到改进和更仔细测试。与往常一样,也有许多小错误修正和下级算法的改进。
标签: Minor feature enhancements
Some benchmarking tools that were used in the development of earlier versions are now publicly available for testing of user-programmed algorithms. This version makes precision checks more admissible, in that the precision of a number can be adapted automatically if necessary. The handling of limit cases in the trigonometric routines has been improved and more carefully tested. As usual, there are also many minor bugfixes and enhancements of the lower level algorithms.

2008-07-21 23:18
1.1

新的命名计划,是在1.0版推出现在采用的多consistenty。阿新的常规,real_c::积累,提供了一系列的扩张实现快速的方法,并有可能在在图书馆即将推出的版本,指数和三角函数许多emplyoed。一个开方严重错误的,并已删除。一个atan2严重错误的,并已删除。
标签: Major bugfixes
The new naming scheme that was introduced in
version 1.0 is now applied more consistenty. A new
routine, real_c::accumulate, provides a fast
method for implementation of series expansions,
and is likely to be emplyoed in many of the
exponential and trigonometric functions in
upcoming versions of the library. A critical bug
in sqrt has been identified and removed. A
critical bug in atan2 has been identified and
removed.

2008-06-30 00:14
1.0

在此版本中,一种新型的命名方案是采用首次。源代码树已经清理好了,构建过程简化。一个简单的数量MPI的并行计算中的简化接口传输增加了,随着轻微的技术改进。
标签: Major feature enhancements
In this release, a new type naming scheme is employed for the first time. The source tree has been tidied up and the build process streamlined. A simple MPI interface for simplification of number transfer in parallel computations has been added, along with minor technical enhancements.

2008-02-19 22:34
0.5

一种改进的源代码树的布局。注册代表进行了简化。 + +和-运营商已添加到“真正的”接口。新的简单功能,非常方便,绝对价值的比较,例如。在日志中的表现显着改善。改善三角函数。错误修正的布尔运算和乘法运算。
标签: Major feature enhancements
An improved source tree layout. Sign representation has been simplified. ++ and -- operators have been added to the "real" interface. New simple functions that are very handy, e.g. for comparison of absolute values. Significant improvements in log performance. Improvements to trigonometric functions. Bugfixes in boolean arithmetic and multiplication.

2007-10-06 22:23
0.4.2

阿难以重现乘法常规错误已被删除。
标签: Minor bugfixes
A hard-to-reproduce bug in the multiplication
routine has been removed.

Project Resources