Download List

專案描述

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

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-03-09 19:31
0.6.1

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).
標籤: Minor feature enhancements

2004-02-21 22:35
0.6

A new class, "FpParams", was added for
compatibility with the MpIeee class library.
標籤: Minor feature enhancements

2004-02-19 14:35
0.5

Some functions were added, such as the relational
operators, Max and Min. Pow now also accepts a
multi-precision object as its second argument.
標籤: Minor feature enhancements

2003-09-03 16:44
0.4

The arctan function and the <= operator were added.
標籤: Minor feature enhancements

2003-08-01 15:41
0.3

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).
標籤: Major feature enhancements

Project Resources