Commit 249a20b8 authored by Mark Dickinson's avatar Mark Dickinson

Merged revisions 77232 via svnmerge from

svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r77232 | mark.dickinson | 2010-01-02 14:33:10 +0000 (Sat, 02 Jan 2010) | 9 lines

  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.
  ........
................
parent db5fc6e7
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment