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-07-21 23:18 Back to release list
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.

Project Resources