We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57cc455 commit ec3754eCopy full SHA for ec3754e
1 file changed
Doc/library/cmath.rst
@@ -79,7 +79,7 @@ rectangular coordinates to polar coordinates and back.
79
.. function:: polar(z)
80
81
Return the representation of *z* in polar coordinates. Returns a
82
- pair ``(r, phi)`` where *r* is the modulus of *z* and phi is the
+ pair ``(r, phi)`` where *r* is the modulus of *z* and *phi* is the
83
phase of *z*. ``polar(z)`` is equivalent to ``(abs(z),
84
phase(z))``.
85
@@ -101,7 +101,7 @@ Power and logarithmic functions
101
102
.. function:: log(z[, base])
103
104
- Returns the logarithm of *z* to the given *base*. If the *base* is not
+ Return the logarithm of *z* to the given *base*. If the *base* is not
105
specified, returns the natural logarithm of *z*. There is one branch cut,
106
from 0 along the negative real axis to -∞.
107
0 commit comments