mpfr: Multiple-precision floating-point computations with exact rounding1

The MPFR library is a C library for multiple-precision floating-point computations with exact rounding (also called correct rounding). It is based on the GMP multiple-precision library. The main goal of MPFR is to provide a library for multiple-precision floating-point computation which is both efficient and has well-defined semantics. It copies the good ideas from the ANSI/IEEE-754 standard for double-precision floating-point arithmetic (53-bit mantissa).

... part of T2, get it here

URL: http://www.mpfr.org/

Author: Vincent Lefevre <Vincent [dot] Lefevre [at] loria [dot] fr>
Maintainer: The T2 Project <t2 [at] t2-project [dot] org>

License: LGPL
Status: Stable
Version: 4.2.1

Remark: Does cross compile (as setup and patched in T2).
Remark: Dietlibc compatible.

Download: https://ftp.gnu.org/gnu/mpfr/ mpfr-4.2.1.tar.xz

T2 source: mpfr.cache
T2 source: mpfr.conf
T2 source: mpfr.desc
T2 source: mpfr.prof

Build time (on reference hardware): 18% (relative to binutils)2

Installed size (on reference hardware): 4.34 MB, 29 files

Dependencies (build time detected): 00-dirtree bash binutils coreutils diffutils findutils gawk gmp grep linux-header make sed tar xz

Installed files (on reference hardware): [show]

1) This page was automatically generated from the T2 package source. Corrections, such as dead links, URL changes or typos need to be performed directly on that source.

2) Compatible with Linux From Scratch's "Standard Build Unit" (SBU).