kasparsklavins / bigint

A lightweight big integer library for c++
MIT License
220 stars 55 forks source link

Error in VS2013 debug enviroment when call "pow" functin #1

Closed ColaBH closed 9 years ago

ColaBH commented 9 years ago

Problem occurs only in debug version. But everything is ok in release. I can't figure out why.

Here is the detail information:

bigint a = 159753; cout << a.pow(6) << endl; prob

kasparsklavins commented 9 years ago

Should be resolved now. 6480a34fb61e5a6f6ba405e35ac9d5904da2aa77