You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created my own version of this function and ended up with the same problem, which was caused by me not testing for the special case of the base being zero. After I fixed it, I still failed on this:
ComplexField.power(Complex(-0.0), Complex(2.0))
I mention this here since in case you want to add a special test case for this.
The text was updated successfully, but these errors were encountered:
Thanks. I've reproduced it and fixed in the last commit. It would be great if you could add more tests. Even better if you could create pull/merge requests.
To reproduce:
I created my own version of this function and ended up with the same problem, which was caused by me not testing for the special case of the base being zero. After I fixed it, I still failed on this:
I mention this here since in case you want to add a special test case for this.
The text was updated successfully, but these errors were encountered: