- A C++ header based on GMP Library 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<std::string>.
-
Notifications
You must be signed in to change notification settings - Fork 0
C++ Header for Computing Powers of Big Integers Using GNU MP Bignum Library
License
17xr/PowerInteger
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
C++ Header for Computing Powers of Big Integers Using GNU MP Bignum Library