Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion ANNOUNCE: DJGPP Port of MPFR-2.3.1
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Andris Pavenis  
View profile  
 More options Feb 20 2008, 11:11 am
Newsgroups: comp.os.msdos.djgpp
From: Andris Pavenis <andris.pave...@iki.fi>
Date: Wed, 20 Feb 2008 18:11:21 +0200
Local: Wed, Feb 20 2008 11:11 am
Subject: ANNOUNCE: DJGPP Port of MPFR-2.3.1
This is announcement of DJGPP port of MPFR-2.3.1

What is MPFR (fragment from MPFR documentation)
===============================================

MPFR is a portable library written in C for arbitrary precision
arithmetic on floating-point numbers. It is based on the GNU MP
library. It aims to extend the class of floating-point numbers
provided by the GNU MP library by a precise semantics. The main
differences with the mpf class from GNU MP are:

      * the mpfr code is portable, i.e. the result of any operation
        does not depend (or should not) on the machine word size
        mp_bits_per_limb (32 or 64 on most machines);
      * the precision in bits can be set exactly to any valid value
        for each variable (including very small precision);
      * mpfr provides the four rounding modes from the IEEE 754-1985
        standard.

In particular, with a precision of 53 bits, mpfr should be able
to exactly reproduce all computations with double-precision machine
floating-point numbers (double type in C), except the default
exponent range is much wider and subnormal numbers are not
implemented but can be emulated.

This version of MPFR is released under the GNU Lesser General
Public License. It is permitted to link MPFR to non-free programs,
as long as when distributing them the MPFR source code and a means
to re-link with a modified MPFR library is provided.

Available files
===============

ftp://ftp.delorie.com/pub/djgpp/current/v2gnu/mpfr231b.zip
         Binary archive of MPFR-2.3.1 for DJGPP v2.03r2

ftp://ftp.delorie.com/pub/djgpp/current/v2gnu/mpfr231s.zip
          Source archive of MPFR-2.3.1 for DJGPP (source are
          configured using DJGPP v2.03r2 for target
          i386-pc-msdosdjgpp)

ftp://ftp.delorie.com/pub/djgpp/beta/v2gnu/mpfr231b.zip
         Binary archive of MPFR-2.3.1 for DJGPP v2.04pre

Binary packages are built using GCC-4.2.3.

There are no DJGPP specific source changes.

Andris Pavenis <andris.pave...@iki.fi>


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.