ayaankhan98 / bigINT

Efficient OpenSource Big Integer(Library) Support for C++
Boost Software License 1.0
6 stars 26 forks source link

Added pow(a,b)=a^b function to find power. #47

Closed anu231bhav closed 3 years ago

anu231bhav commented 3 years ago

This function returns a pointer of largeInt object in which big integer answer is stored.