BigNumber icon indicating copy to clipboard operation
BigNumber copied to clipboard

Something errors occured when using function subtract.

Open chamip opened this issue 2 years ago • 1 comments

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 avatar May 19 '23 02:05 chamip

@Limeoats please check my pull request.

chamip avatar Jun 01 '23 13:06 chamip

Merged #9

Limeoats avatar Apr 27 '24 18:04 Limeoats