Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
If y in (x::BigInt)^y exceeds typemax of Uint and |x|>1, the result will overflow. In this case, return OverflowError. Otherwise retain the current behavior of returning a DomainError.
- Loading branch information