Download List

專案描述

libRational provides a C++ class interface around the rational numbers (mpq_t) of GNU MP. It adds special value support and a mechanism to reduce useless copying of temporary objects.

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-05-25 16:25
0.3.0

There was a serious bug in the 'non-specialvalue'
version, in which comparison of a rational to 0
often returned an incorrect result. Furthermore, a
self-assignment problem for the BigInt division
has been fixed, and support for SpecialValue 0.4.0
has been added.
標籤: Major bugfixes

2004-02-04 16:15
0.2.0

The integrated SpecialValue library has been
removed, so the user is now required to download
and install SpecialValue before installing
libRational. The new installer script can be used
to automate this process. This version cooperates
with the new interface of SpecialValue-0.3.0.

2002-11-27 09:50
0.1.9

This new version compiles under Linux, Solaris, and FreeBSD. SpecialValue no longer needs to be downloaded separately, and dynamic library building is supported. The code is being reorganized in order to facilitate a --disable-specialvalue configure option.
標籤: Minor feature enhancements

2002-10-20 19:23
0.1.1

Documentation was added, and little bugfixes were
made.
標籤: Initial freshmeat announcement

Project Resources