BigInt
BigInt copied to clipboard
bugfix for [functions][math][pow] and supply more test cases.
The old one will fail if base==-1 && exp is even, and the result should be 1 instead of -1.