Issue426009

classification
Title: complex function (cmath)
Type: rfe Severity: normal
Components: None Versions:
Milestone:
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: akuchling, cgroves
Priority: normal Keywords:

Created on 2001-05-21.19:13:02 by anonymous, last changed 2008-02-09.22:31:20 by cgroves.

Messages
msg2992 (view) Author: Nobody/Anonymous (nobody) Date: 2001-05-21.19:13:02
Would it be possible to add support for complex
functions (cmath)? 

I would like to do

import cmath
z = cmath.sin(2.3-8j)

for instance.

Thanks.

--Alex.
msg2993 (view) Author: A.M. Kuchling (akuchling) Date: 2006-11-22.19:53:04
Patch #1600162 implements cmath.
msg2994 (view) Author: Charlie Groves (cgroves) Date: 2008-02-09.22:31:20
and the patch has been added to trunk...
History
Date User Action Args
2001-05-21 19:13:02anonymouscreate