Difference between revisions of "Mpc"

From Free Software Directory
Jump to: navigation, search
m (added license verification date)
(wording)
 
(21 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
|Name=MPC
+
|Name=GNU MPC
|Short description=C library for the arithmetic of complex numbers with arbitrarily high precision and correct rounding of the result
+
|Short description=Complex floating-point library.
|Full description=GNU MPC is a C library for the arithmetic of complex numbers with arbitrarily high precision and correct rounding of the result. It extends the principles of the IEEE-754 standard for fixed precision real floating point numbers to complex numbers, providing well-defined semantics for every operation. At the same time, speed of operation at high precision is a major design goal.
+
|Full description='''MPC''' is a complex floating-point library with exact rounding. It is based on the [[GNU MPFR]] floating-point library, which is itself based on the [[GMP|GNU MP library]].
|Homepage URL=http://mpc.multiprecision.org/
+
 
 +
This is a C library for the arithmetic of complex numbers with arbitrarily high precision and correct rounding of the result. It extends the principles of the IEEE-754 standard for fixed precision real floating point numbers to complex numbers, providing well-defined semantics for every operation. At the same time, speed of operation at high precision is a major design goal.
 +
|Homepage URL=http://www.multiprecision.org/mpc/
 +
|Version download=https://ftp.gnu.org/gnu/mpc/mpc-1.3.1.tar.gz
 +
|Test entry=No
 
|Is GNU=Yes
 
|Is GNU=Yes
 
|GNU package identifier=mpc
 
|GNU package identifier=mpc
|User level=intermediate
 
|VCS checkout command=svn checkout svn://scm.gforge.inria.fr/svnroot/mpc/trunk
 
|Computer languages=C
 
|Related projects=GMP, MPFR, MPFI
 
|Keywords=complex numbers, correct rounding
 
|Version identifier=1.0
 
|Version date=2012/07/19
 
|Version status=stable
 
|Version download=http://www.multiprecision.org/index.php?prog=mpc&page=download
 
 
}}
 
}}
 
{{Project license
 
{{Project license
 
|License=LGPLv3orlater
 
|License=LGPLv3orlater
|License verified by=Andreas Enge
+
|License copyright=Copyright (C) INRIA 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2020, 2022
 +
|License verified by=Genium
 +
|License verified date=2022-12-16
 +
|License note=https://gitlab.inria.fr/mpc/mpc/-/blob/master/COPYING.LESSER
 +
}}
 +
{{Software category
 +
|Interface=library
 +
|Library=C
 +
|Programming-language=C
 +
|Runs-on=BSD, GNU/Linux
 +
|Science=astronomy, engineering, physics
 +
|Use=library, mathematics, science, software-development
 +
}}
 +
{{EntryGNU
 +
|Is GNU=Yes
 +
|GNU package identifier=mpc
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Source requirement
 +
|Prerequisite description=MPFR 4.1.0
 +
}}
 +
{{Person
 +
|Real name=Andreas Enge
 +
|Role=maintainer
 +
|Email=andreas.enge@inria.fr
 +
}}
 +
{{Person
 +
|Real name=Paul Zimmermann
 +
|Role=maintainer
 +
|Email=Paul.Zimmermann@inria.fr
 +
}}
 +
{{Resource
 +
|Resource audience=GitLab
 +
|Resource kind=VCS Repository Webview
 +
|Resource URL=https://gitlab.inria.fr/mpc/mpc
 +
}}
 +
{{Resource
 +
|Resource audience=GitLab
 +
|Resource kind=Bug Tracking
 +
|Resource URL=https://gitlab.inria.fr/mpc/mpc/-/issues
 
}}
 
}}
{{Person}}
 
 
{{Resource
 
{{Resource
|Resource audience=Users and contributors
 
 
|Resource kind=Mailing List
 
|Resource kind=Mailing List
|Resource URL=http://lists.gforge.inria.fr/mailman/listinfo/mpc-discuss
+
|Resource URL=https://lists.gforge.inria.fr/mailman/listinfo/mpc-discuss/
 +
}}
 +
{{Resource
 +
|Resource audience=FTP
 +
|Resource kind=Download
 +
|Resource URL=https://ftpmirror.gnu.org/mpc/
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Contributors
+
|Resource audience=FTP
|Resource kind=VCS Repository Webview
+
|Resource kind=Download
|Resource URL=https://gforge.inria.fr/scm/viewvc.php/?root=mpc
+
|Resource URL=https://ftp.gnu.org/gnu/mpc/
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Users and contributors
+
|Resource audience=Wikidata
|Resource kind=Bug Tracking
+
|Resource kind=General
|Resource URL=https://gforge.inria.fr/tracker/?group_id=131
+
|Resource URL=https://www.wikidata.org/wiki/Q62845380
 
}}
 
}}
{{Software category
+
{{EntryDetails
|Interface=library
+
|Is High Priority Project=No
|Library=C
+
|VCS checkout command=git clone https://gitlab.inria.fr/mpc/mpc.git
|Programming-language=C
+
|Computer languages=C
|Science=astronomy, engineering, physics
+
|Decommissioned or Obsolete=No
|Use=library, mathematics, science, software-development
+
|Related projects=mpfr, gmp
|Version-control=subversion
+
|Version identifier=1.3.1
 +
|Version date=2022-12-16
 +
|Version status=stable
 +
|Last review by=Genium
 +
|Last review date=2022-12-16
 +
|User level=advanced
 +
|Accepts cryptocurrency donations=No
 +
|OpenPGP public key=https://ftp.gnu.org/gnu/mpc/mpc-1.3.1.tar.gz.sig
 +
|Test entry=No
 
}}
 
}}
 
{{Featured}}
 
{{Featured}}

Latest revision as of 17:08, 16 December 2022


[edit]

GNU MPC

http://www.multiprecision.org/mpc/
Complex floating-point library.

MPC is a complex floating-point library with exact rounding. It is based on the GNU MPFR floating-point library, which is itself based on the GNU MP library.

This is a C library for the arithmetic of complex numbers with arbitrarily high precision and correct rounding of the result. It extends the principles of the IEEE-754 standard for fixed precision real floating point numbers to complex numbers, providing well-defined semantics for every operation. At the same time, speed of operation at high precision is a major design goal.

Related Projects





Licensing

License

Verified by

Verified on

Notes

Verified by

Genium

Verified on

16 December 2022




Leaders and contributors

Contact(s)Role
Paul Zimmermann maintainer
Andreas Enge maintainer


Resources and communication

AudienceResource typeURI
WikidataGeneralhttps://www.wikidata.org/wiki/Q62845380
GitLabVCS Repository Webviewhttps://gitlab.inria.fr/mpc/mpc
FTPDownloadhttps://ftp.gnu.org/gnu/mpc/
FTPDownloadhttps://ftpmirror.gnu.org/mpc/
GitLabBug Trackinghttps://gitlab.inria.fr/mpc/mpc/-/issues
Mailing Listhttps://lists.gforge.inria.fr/mailman/listinfo/mpc-discuss/


Software prerequisites

KindDescription
Source requirementMPFR 4.1.0

This entry (in part or in whole) was last reviewed on 16 December 2022.




Entry









"maintainer" is not in the list (Maintainer, Contributor, Developer, Sponsor, Unknown) of allowed values for the "Role" property.



"maintainer" is not in the list (Maintainer, Contributor, Developer, Sponsor, Unknown) of allowed values for the "Role" property.


"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.




"FTP" 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.





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.