Skip to content
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

bpo-41205: Document Decimal power 0 to the 0 #21386

Merged
merged 5 commits into from
Jul 19, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
bpo-41205 rm blank line
  • Loading branch information
srinivasreddy committed Jul 8, 2020
commit 7c2cbd019abd497f916efcda2d13d2944ab400d0
1 change: 0 additions & 1 deletion Doc/library/decimal.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1360,7 +1360,6 @@ In addition to the three supplied contexts, new contexts can be created with the
``Decimal('NaN')``.

srinivasreddy marked this conversation as resolved.
Show resolved Hide resolved


.. versionchanged:: 3.3
The C module computes :meth:`power` in terms of the correctly-rounded
:meth:`exp` and :meth:`ln` functions. The result is well-defined but
Expand Down