summaryrefslogtreecommitdiffstats
path: root/Demo/classes/Complex.py
Commit message (Collapse)AuthorAgeFilesLines
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-4/+4
| | | | From SF patch #852334.
* Run these demo scripts through reindent.py to give them 4-space indents. ↵Andrew M. Kuchling2003-04-241-209/+209
| | | | I've verified that their output is unchanged.
* Fix the test for pow() -- no more TypeErrors are raised!Guido van Rossum1997-12-091-2/+2
|
* Added note about Python's support of complex numbers.Guido van Rossum1996-07-301-1/+11
| | | | Added exp(z).
* totally redone for new overloading schemeGuido van Rossum1994-10-081-60/+263
|
* *** empty log message ***Guido van Rossum1993-12-171-10/+22
|
* Initial revisionGuido van Rossum1992-08-131-0/+73