BigInt icon indicating copy to clipboard operation
BigInt copied to clipboard

bugfix for [functions][math][pow] and supply more test cases.

Open HUGHNew opened this issue 1 year ago • 0 comments

The old one will fail if base==-1 && exp is even, and the result should be 1 instead of -1.

HUGHNew avatar Jul 23 '24 16:07 HUGHNew