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

2008-08-31 02:35
1.2

이전 버전의 개발에 사용했던 어떤 벤치마킹 도구는 이제 사용자의 공개 테스트를 위해 사용할 수있습니다 프로그램된 알고리즘. 이 버전은 정밀 검사를 더 얻은 필요한 경우, 그 숫자의 정밀도를 자동으로 적응이 될 수있습니다. 삼각 루틴에 제한을 경우 처리가 개선되었습니다 더 신중하게 테스트합니다. 평소와 마찬가지로, 이미 많은 마이너 버그수정 및 낮은 수준의 알고리즘의 개선이다.
Tags: 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 될 가능성이 높습니다 일련의 확장 구현을위한 빠른 방법을 제공합니다. sqrt에서 중요한 버그가 발견되었습니다 및 제거됩니다. atan2에서 중요한 버그가 발견되었습니다 및 제거됩니다.
Tags: 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

이 릴리스에서는, 새로운 유형의 스키마 이름을 처음으로 채용되고있다. 소스 트리 tidied 왔으며 프로세스 간소화를 빌드합니다. 병렬 계산의 단순화 번호를 전송을위한 간단한 MPI는 인터페이스와 함께 약간의 기술 향상과 추가되었습니다.
Tags: 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

향상된 소스 트리 레이아웃입니다. 로그인 표현을 간소화되었습니다. + + 및 - 연산자를 "진짜"인터페이스에 추가되었습니다. 새로운 간단한 함수는 아주 절대적인 가치의 비교를 위해 예를 들어, 편리합니다. 로그 인해 성능이 대폭 개선되었다. 개선 삼각 함수. 부울 연산과 곱셈에 버그수정.
Tags: 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

하드 - 곱셈 루틴에서 제거되었습니다 버그를 재현합니다.
Tags: Minor bugfixes
A hard-to-reproduce bug in the multiplication
routine has been removed.

Project Resources