]> granicus.if.org Git - python/commitdiff
Merged revisions 77230 via svnmerge from
authorMark Dickinson <dickinsm@gmail.com>
Sat, 2 Jan 2010 14:31:13 +0000 (14:31 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Sat, 2 Jan 2010 14:31:13 +0000 (14:31 +0000)
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.
........

Doc/library/cmath.rst

index 4797beaefaa54bb66311cab31ffca0d2a4646fb8..5cbb426e1f2eb8be6fc305e084efad7e18686b59 100644 (file)
@@ -36,8 +36,8 @@ words::
 number.  In polar coordinates, a complex number *z* is defined by the
 modulus *r* and the phase angle *phi*. The modulus *r* is the distance
 from *z* to the origin, while the phase *phi* is the counterclockwise
-angle from the positive x-axis to the line segment that joins the
-origin to *z*.
+angle, measured in radians, from the positive x-axis to the line
+segment that joins the origin to *z*.
 
 The following functions can be used to convert from the native
 rectangular coordinates to polar coordinates and back.