Science Score: 23.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
✓DOI references
Found 4 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.2%) to scientific vocabulary
Last synced: 9 months ago
·
JSON representation
Repository
Multiprecision for modern C++
Basic Info
Statistics
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Fork of bluescarni/mppp
Created about 8 years ago
· Last pushed about 8 years ago
https://github.com/darioizzo/mppp/blob/master/
# mp++ [](https://travis-ci.org/bluescarni/mppp) [](https://ci.appveyor.com/project/bluescarni/mppp) [](https://codecov.io/github/bluescarni/mppp?branch=master) [](http://bluescarni.github.io/mppp/) [](https://gitter.im/bluescarni/mppp?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [](https://anaconda.org/conda-forge/mppp) [](https://doi.org/10.5281/zenodo.1043579) mp++ is a C++11 library for multiprecision arithmetic, currently supporting arbitrary-precision integers, rationals and floats, and quadruple-precision floats. Based on well-known libraries such as [GMP](https://gmplib.org/), [MPFR](http://www.mpfr.org), and others, mp++ was initially conceived as a [GMP](https://gmplib.org/) wrapper with a special focus on performance with small operands. In particular, a small buffer optimisation and custom implementations of basic mathematical primitives are instrumental in achieving a performance increase, with respect to GMP and other integer multiprecision libraries, which can be substantial (see the [benchmarks](https://bluescarni.github.io/mppp/benchmarks.html) section of the documentation). The price to pay is a small overhead when operating on large integers. Eventually, a multiprecision rational class and two multiprecision floating-point classes were added, and today a secondary objective of mp++ is to provide a modern, consistent and unified C++ interface to several lower-level multiprecision libraries. mp++ is a spinoff of the [Piranha](https://github.com/bluescarni/piranha) library, released under the [MPL2](https://www.mozilla.org/en-US/MPL/2.0/FAQ/) license. If you are using mp++ as part of your research, teaching, or other activities, we would be grateful if you could star the repository and/or cite our work. The DOI of the latest version and other citation resources are available at [this link](https://doi.org/10.5281/zenodo.1043579). The documentation is available [here](https://bluescarni.github.io/mppp/).
Owner
- Name: Dario Izzo
- Login: darioizzo
- Kind: user
- Location: Noordwijk
- Company: European Space Agency
- Website: www.esa.int/act
- Repositories: 15
- Profile: https://github.com/darioizzo