Download List

專案描述

SpecialValue is a C++ library that allows special numeric values to be represented accurately. This is useful for fractions that would normally be approximated as floating point, or numbers that are normally impossible to store, such as sqrt(-2).

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.

2004-10-01 12:48
0.5.0

The documentation was updated, and some extra
functionality was added. Redundant functions were
removed.
標籤: Code cleanup

2004-05-18 15:42
0.4.0

The (essential) bit pattern typedef was changed
from char to unsigned short, which makes this
version incompatible with its predecessors again.
標籤: Code cleanup

2004-02-13 19:42
0.3.1

The functions exp, exp2, exp10, sin, cos, tan, cot, sinh, cosh, tanh, coth, and log are supported now. Some bugs have been fixed in sqrt.
標籤: Major feature enhancements

2004-01-28 14:17
0.3.0

The interface has changed. This is a bad thing to
do, but it was required by the Arithmos project,
for which this library is developed after all.
The internal representation was adapted such that
the library now implements the ideas in the
article "Universal semantics for computer
arithmetic implementations" by B. Verdonk, J.
Vervloet, and A. Cuyt, which has been submitted to
TJCS.
標籤: Major feature enhancements

2002-11-27 10:41
0.1.3

FreeBSD is now supported when using GCC 3.x. Some extra functionality was added, and shared libraries can be built with libtool.
標籤: Minor feature enhancements

Project Resources