-
-
Notifications
You must be signed in to change notification settings - Fork 32k
bpo-44344: Document that pow can return a complex number #27853
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This PR is stale because it has been open for 30 days with no activity. |
Thanks @mdickinson for the PR, and @ambv for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9. |
Thanks @mdickinson for the PR, and @ambv for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10. |
GH-29134 is a backport of this pull request to the 3.9 branch. |
GH-29135 is a backport of this pull request to the 3.10 branch. |
…lex inputs. (pythonGH-27853) Co-authored-by: Łukasz Langa <[email protected]> (cherry picked from commit 887a557) Co-authored-by: Mark Dickinson <[email protected]>
…lex inputs. (pythonGH-27853) Co-authored-by: Łukasz Langa <[email protected]> (cherry picked from commit 887a557) Co-authored-by: Mark Dickinson <[email protected]>
…lex inputs. (GH-27853) (GH-29135) Co-authored-by: Łukasz Langa <[email protected]> (cherry picked from commit 887a557) Co-authored-by: Mark Dickinson <[email protected]>
…lex inputs. (GH-27853) (GH-29134) Co-authored-by: Łukasz Langa <[email protected]> (cherry picked from commit 887a557) Co-authored-by: Mark Dickinson <[email protected]>
This PR adds a note to the documentation for the built-in
pow
function to explain that complex results from non-complex inputs are possible.https://bugs.python.org/issue44344