Skip to content

C++ Header for Computing Powers of Big Integers Using GNU MP Bignum Library

License

Notifications You must be signed in to change notification settings

17xr/PowerInteger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

C++ Header for Computing Powers of Big Integers Using GNU MP Bignum Library

Topics

Resources

License

Stars

Watchers

Forks