Limeoats / BigNumber

C++ class for creating and computing arbitrary-length integers
Apache License 2.0
181 stars 43 forks source link

Digits should return unsigned int #1

Closed Limeoats closed 7 years ago

Limeoats commented 7 years ago

Digits function should return unsigned int. Check the rest of the program too.