Skip to content

Commit 5251cce

Browse files
committed
Merged revisions 77230 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r77230 | mark.dickinson | 2010-01-02 14:29:52 +0000 (Sat, 02 Jan 2010) | 1 line Clarify that the rect, phase and polar functions work with radians. ........
1 parent 7df3b9e commit 5251cce

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/cmath.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ words::
3636
number. In polar coordinates, a complex number *z* is defined by the
3737
modulus *r* and the phase angle *phi*. The modulus *r* is the distance
3838
from *z* to the origin, while the phase *phi* is the counterclockwise
39-
angle from the positive x-axis to the line segment that joins the
40-
origin to *z*.
39+
angle, measured in radians, from the positive x-axis to the line
40+
segment that joins the origin to *z*.
4141

4242
The following functions can be used to convert from the native
4343
rectangular coordinates to polar coordinates and back.

0 commit comments

Comments
 (0)