Difference between revisions of "Mpfr"

From Free Software Directory
Jump to: navigation, search
m (rewording)
(New release 4.2.1)
 
(19 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
 
|Name=GNU MPFR
 
|Name=GNU MPFR
|Short description=Multiple-precision Floating-point library with correct rounding.
+
|Short description=C library for arbitrary-precision floating-point arithmetic
 
|Full description=The MPFR library is a library for multiple-precision floating-point computation with exact rounding. The computation is both efficient and has a well-defined semantics. It copies the good ideas from the ANSI/IEEE-754 standard for double-precision floating-point arithmetic.
 
|Full description=The MPFR library is a library for multiple-precision floating-point computation with exact rounding. The computation is both efficient and has a well-defined semantics. It copies the good ideas from the ANSI/IEEE-754 standard for double-precision floating-point arithmetic.
|Homepage URL=http://www.gnu.org/software/mpfr
+
|Homepage URL=https://www.mpfr.org/
|User level=none
+
|Version download=https://ftpmirror.gnu.org/mpfr/mpfr-4.2.1.tar.gz
|VCS checkout command=svn co svn://scm.gforge.inria.fr/svn/mpfr/trunk mpfr co mpfr
+
|Test entry=No
|Computer languages=C
 
|Documentation note=http://www.mpfr.org/mpfr-current/#doc
 
|Related projects=MPFI, GMP, MPR
 
|Keywords=floating point,multiple precision,correct rounding
 
|Version identifier=3.1.2
 
|Version date=2013/03/14
 
|Version status=stable
 
|Version download=http://www.mpfr.org/mpfr-current/
 
|Last review by=Genium
 
|Last review date=2013/10/03
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
|Status=
 
 
|Is GNU=Yes
 
|Is GNU=Yes
 
|GNU package identifier=mpfr
 
|GNU package identifier=mpfr
|License verified date=2008-06-12
 
 
}}
 
}}
 
{{Project license
 
{{Project license
 
|License=LGPLv3orlater
 
|License=LGPLv3orlater
|License verified by=Karl Berry
+
|License copyright=Copyright 1999-2023 Free Software Foundation, Inc.
|License verified date=2008-06-12
+
Contributed by the AriC and Caramba projects, INRIA.
 +
|License verified by=vinc17
 +
|License verified date=2023-10-03
 +
|License note=https://gitlab.inria.fr/mpfr/mpfr/-/blob/master/COPYING.LESSER
 +
}}
 +
{{Software category
 +
|Interface=library
 +
|Programming-language=C
 +
|Runs-on=Windows, BSD, OS X, GNU/Linux
 +
|Use=library, mathematics
 +
}}
 +
{{EntryGNU
 +
|Is GNU=Yes
 +
|GNU package identifier=mpfr
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Required to use
 +
|Prerequisite description=[[GMP]] 5.0.0 or higher
 
}}
 
}}
 
{{Person
 
{{Person
|Real name=Vincent Lefèvre
+
|Real name=Vincent Lefevre
 
|Role=Maintainer
 
|Role=Maintainer
|Resource URL=
+
|Email=vincent@vinc17.net
 
}}
 
}}
{{Person
+
{{Resource
|Real name=Paul Zimmerman
+
|Resource audience=GitLab
|Role=Developer
+
|Resource kind=VCS Repository Webview
|Resource URL=
+
|Resource URL=https://gitlab.inria.fr/mpfr/mpfr
 
}}
 
}}
{{Person
+
{{Resource
|Real name=Philippe Théveny
+
|Resource audience=GitLab
|Role=Developer
+
|Resource kind=Bug Tracking
|Resource URL=
+
|Resource URL=https://gitlab.inria.fr/mpfr/mpfr/-/issues
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Bug Tracking,Developer
+
|Resource audience=Sympa
|Resource kind=E-mail
+
|Resource kind=Mailing List
|Resource URL=mailto:mpfr@loria.fr
+
|Resource URL=https://sympa.inria.fr/sympa/arc/mpfr/
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Developer
+
|Resource audience=Sympa
|Resource kind=Homepage
+
|Resource kind=Mailing List
|Resource URL=https://gforge.inria.fr/projects/mpfr/
+
|Resource URL=https://sympa.inria.fr/sympa/arc/mpfr-announce/
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=General
+
|Resource audience=FTP
|Resource kind=Mailing List Info/Archive
+
|Resource kind=Download
|Resource URL=http://websympa.loria.fr/wwsympa/arc/mpfr
+
|Resource URL=https://ftp.gnu.org/gnu/mpfr/
 
}}
 
}}
{{Software category
+
{{Resource
|Interface=library
+
|Resource audience=Wikidata
|Use=library
+
|Resource kind=General
 +
|Resource URL=https://www.wikidata.org/wiki/Q1881759
 
}}
 
}}
{{Software prerequisite
+
{{Resource
|Prerequisite kind=Required to use
+
|Resource audience=Debian
|Prerequisite description=GMP 4.1 or higher
+
|Resource kind=Developer
 +
|Resource URL=https://tracker.debian.org/pkg/mpfr4
 
}}
 
}}
{{Software prerequisite
+
{{EntryDetails
|Prerequisite kind=Required to build
+
|Is High Priority Project=No
|Prerequisite description=GMP 4.1 or higher
+
|VCS checkout command=git clone https://gitlab.inria.fr/mpfr/mpfr.git
 +
|Computer languages=C
 +
|Decommissioned or Obsolete=No
 +
|Version identifier=4.2.1
 +
|Version date=2023-08-22
 +
|Version status=stable
 +
|Last review by=vinc17
 +
|Last review date=2023-10-03
 +
|User level=advanced
 +
|Accepts cryptocurrency donations=No
 +
|OpenPGP signature=https://ftpmirror.gnu.org/mpfr/mpfr-4.2.1.tar.gz.sig
 +
|Test entry=No
 
}}
 
}}
 
{{Featured}}
 
{{Featured}}

Latest revision as of 07:53, 3 October 2023


[edit]

GNU MPFR

https://www.mpfr.org/
C library for arbitrary-precision floating-point arithmetic

The MPFR library is a library for multiple-precision floating-point computation with exact rounding. The computation is both efficient and has a well-defined semantics. It copies the good ideas from the ANSI/IEEE-754 standard for double-precision floating-point arithmetic.





Licensing

License

Verified by

Verified on

Notes

Verified by

vinc17

Verified on

3 October 2023




Leaders and contributors

Contact(s)Role
Vincent Lefevre Maintainer


Resources and communication

AudienceResource typeURI
DebianDeveloperhttps://tracker.debian.org/pkg/mpfr4
GitLabBug Trackinghttps://gitlab.inria.fr/mpfr/mpfr/-/issues
WikidataGeneralhttps://www.wikidata.org/wiki/Q1881759
FTPDownloadhttps://ftp.gnu.org/gnu/mpfr/
GitLabVCS Repository Webviewhttps://gitlab.inria.fr/mpfr/mpfr
SympaMailing Listhttps://sympa.inria.fr/sympa/arc/mpfr/
SympaMailing Listhttps://sympa.inria.fr/sympa/arc/mpfr-announce/


Software prerequisites

KindDescription
Required to useGMP 5.0.0 or higher

This entry (in part or in whole) was last reviewed on 3 October 2023.




Entry










"GitLab" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"GitLab" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Sympa" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Sympa" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"FTP" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Wikidata" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Debian" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.





Property "Submitted by" (as page type) with input value "{{{Submitted by}}}" contains invalid characters or is incomplete and therefore can cause unexpected results during a query or annotation process. "{{{Submitted date}}}" contains an extrinsic dash or other characters that are invalid for a date interpretation.









Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.