Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/17xr/powerinteger
C++ Header for Computing Powers of Big Integers Using GNU MP Bignum Library
https://github.com/17xr/powerinteger
cpp cpp-library cpp23 cpp23-library mathematics
Last synced: about 6 hours ago
JSON representation
C++ Header for Computing Powers of Big Integers Using GNU MP Bignum Library
- Host: GitHub
- URL: https://github.com/17xr/powerinteger
- Owner: 17xr
- License: mit
- Created: 2024-07-25T19:14:32.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-25T19:44:06.000Z (7 months ago)
- Last Synced: 2024-12-18T20:42:05.387Z (about 2 months ago)
- Topics: cpp, cpp-library, cpp23, cpp23-library, mathematics
- Language: C++
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
- A C++ header based on [GMP Library](https://gmplib.org/) to compute the power of big integers.
- Include the **power_intege** header in your C++ source file.
- Use the **pow_int(int base, int exponent)** funtion to calcute **base ^ exponent** and return the result as **std::optional<>**.