Difference between revisions of "Mpc"

From Free Software Directory
Jump to: navigation, search
(mpc-1.2.0)
(wording)
 
(4 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
|Name=GNU MPC
 
|Name=GNU MPC
 
|Short description=Complex floating-point library.
 
|Short description=Complex floating-point library.
|Full description='''GNU 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]].
+
|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]].
  
 
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.
 
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/
 
|Homepage URL=http://www.multiprecision.org/mpc/
|Is High Priority Project=No
+
|Version download=https://ftp.gnu.org/gnu/mpc/mpc-1.3.1.tar.gz
|VCS checkout command=git clone https://gitlab.inria.fr/mpc/mpc.git
 
|Documentation note=http://www.multiprecision.org/mpc/documentation.html
 
 
 
'''Selection from the [https://shop.fsf.org/ FSF shop]'''
 
 
 
[https://shop.fsf.org/books/free-freedom-20-richard-stallman Free as in Freedom 2.0, by Richard Stallman]
 
 
 
[https://shop.fsf.org/books-docs/introduction-command-line Introduction to the Command Line]
 
 
 
----
 
----
 
'''[https://www.gnu.org/help/help.html Helping the GNU Project and the Free Software Movement]'''
 
----
 
----
 
 
 
If you have corrections to this entry or questions about it, please contact: mailto:maintainers@gnu.org
 
----
 
|Decommissioned or Obsolete=No
 
|Donate=https://my.fsf.org/donate/
 
|Related projects=gnustandards,GMP, MPFR, MPFI
 
|Keywords=complex numbers, correct rounding
 
|Version identifier=1.2.0
 
|Version date=2020/08/18
 
|Version status=stable
 
|Version download=https://ftp.gnu.org/gnu/mpc/mpc-1.2.0.tar.gz
 
|Last review by=Genium
 
|Last review date=2020/09/02
 
|Submitted by=Enge
 
|Submitted date=2012/07/26
 
|User level=advanced
 
|Paid support=https://www.fsf.org/resources/service/
 
|Accepts cryptocurrency donations=Yes
 
|OpenPGP signature=https://ftp.gnu.org/gnu/mpc/mpc-1.2.0.tar.gz.sig
 
 
|Test entry=No
 
|Test entry=No
 
|Is GNU=Yes
 
|Is GNU=Yes
Line 46: Line 13:
 
{{Project license
 
{{Project license
 
|License=LGPLv3orlater
 
|License=LGPLv3orlater
|License copyright=Copyright (C) INRIA 2003, 2005, 2007, 2008, 2009, 2010, 2011, 2012, 2014, 2015, 2018, 2020
+
|License copyright=Copyright (C) INRIA 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2020, 2022
 
|License verified by=Genium
 
|License verified by=Genium
|License verified date=2018/05/03
+
|License verified date=2022-12-16
 
|License note=https://gitlab.inria.fr/mpc/mpc/-/blob/master/COPYING.LESSER
 
|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
 
{{Person
Line 76: Line 59:
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource kind=Mailing List
+
|Resource audience=FTP
|Resource URL=https://lists.gnu.org/mailman/listinfo/gnu-system-discuss/
+
|Resource kind=Download
 +
|Resource URL=https://ftpmirror.gnu.org/mpc/
 
}}
 
}}
 
{{Resource
 
{{Resource
 +
|Resource audience=FTP
 
|Resource kind=Download
 
|Resource kind=Download
 
|Resource URL=https://ftp.gnu.org/gnu/mpc/
 
|Resource URL=https://ftp.gnu.org/gnu/mpc/
Line 88: Line 73:
 
|Resource URL=https://www.wikidata.org/wiki/Q62845380
 
|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
|Runs-on=BSD, GNU/Linux
+
|Decommissioned or Obsolete=No
|Science=astronomy, engineering, physics
+
|Related projects=mpfr, gmp
|Use=library, mathematics, science, software-development
+
|Version identifier=1.3.1
}}
+
|Version date=2022-12-16
{{Software prerequisite
+
|Version status=stable
|Prerequisite kind=Source requirement
+
|Last review by=Genium
|Prerequisite description=MPFR 4.1.0
+
|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.