kasparsklavins / bigint

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

Some question about division operation #13

Closed ghost closed 7 years ago

ghost commented 7 years ago

I found division operation has added in #9e3967c but has removed in #e093d1e. Is it because of bugs or just for the commit #7159412? If it's the second, why not get division operation back? I think division operation is also used widely

kasparsklavins commented 7 years ago

Because it wasnt working correctly and also the implementation was too slow. I will add it back eventually.

ghost commented 7 years ago

Thanks for answering.