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 another line
  • Loading branch information
srinivasreddy committed Jul 8, 2020
commit 57e14af818be0374b0f929a70fa8d2d5e0479bcb
1 change: 0 additions & 1 deletion Doc/library/decimal.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1359,7 +1359,6 @@ In addition to the three supplied contexts, new contexts can be created with the
``InvalidOperation``, and if ``InvalidOperation`` is not trapped, then results in
``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