Limeoats / BigNumber

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

Something errors occured when using function subtract. #10

Closed chamip closed 3 months ago

chamip commented 1 year ago

When I test function subtract using a example in main.cpp like assert((BigNumber("-100") - BigNumber("-5")) == -95);,assertion failed.

assertion failed with func subtract
chamip commented 1 year ago

@Limeoats please check my pull request.

Limeoats commented 3 months ago

Merged #9