Skip to content
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
Revert cmath.log rst docs (except for function signature)
  • Loading branch information
skirpichev committed Jan 29, 2023
commit 1efcf49f29f98c68b9b2a1f9126c68f9932ca8be
4 changes: 2 additions & 2 deletions Doc/library/cmath.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ Power and logarithmic functions
.. function:: log(x, base=None)

Returns the logarithm of *x* to the given *base*. If the *base* is not
specified or is None, returns the natural logarithm of *x*. There is one
branch cut, from 0 along the negative real axis to -∞, continuous from above.
specified, returns the natural logarithm of *x*. There is one branch cut, from 0
along the negative real axis to -∞, continuous from above.


.. function:: log10(x)
Expand Down