Downloadliste

Projektbeschreibung

libmplite is a library which provides a minimal
C++ interface around the mpfr library for
multi-precision floating point arithmetic.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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-03-09 19:31
0.6.1

Diese Version vermeidet die Verwendung des veralteten Funktionen in der Version 2.0.3 von mpfr. Mehrere neue Funktionen hinzugefügt werden (Floor, IsPositive, IsNegative, isInteger und IsOdd).
Tags: Minor feature enhancements
This version avoids using the deprecated functions in the 2.0.3 version of mpfr. Several new functions are added (Floor, IsPositive, IsNegative, IsInteger, and IsOdd).

2004-02-21 22:35
0.6

Eine neue Klasse ", FpParams", wurde für die Kompatibilität mit der MpIeee Klassenbibliothek aufgenommen.
Tags: Minor feature enhancements
A new class, "FpParams", was added for
compatibility with the MpIeee class library.

2004-02-19 14:35
0.5

Einige Funktionen wurden hinzugefügt, wie die relationalen Operatoren, Max und Min. Pow akzeptiert nun auch ein Multi-Präzisions-Objekt als zweites Argument.
Tags: Minor feature enhancements
Some functions were added, such as the relational
operators, Max and Min. Pow now also accepts a
multi-precision object as its second argument.

2003-09-03 16:44
0.4

Die arctan-Funktion und den <= Operator hinzugefügt wurden.
Tags: Minor feature enhancements
The arctan function and the &lt;= operator were added.

2003-08-01 15:41
0.3

Diese Veröffentlichung fügt Konvertierung von String in MpLite, Vergleich mit integer, einige Fließkomma-Funktionen (GetExponent, GetMantissa, MaxPosFloat, Vorgänger, Nachfolger und ULP) und die einstellige Minus (endlich).
Tags: Major feature enhancements
This release adds conversion from string to MpLite, comparison with
integer, some floating point functions (GetExponent, GetMantissa,
MaxPosFloat, Predecessor, Successor, and Ulp) and the unary minus
(finally).

Project Resources