google-code-export / skulpt

Automatically exported from code.google.com/p/skulpt
Other
1 stars 1 forks source link

Complex numbers not yet implemented #68

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Code you're trying to run:
print complex
print complex(2,1)

What does "real" Python output?
<type 'complex'>
(2+1j)

What browser are you using? On what operating system?
Firefox 3.6.12 on OS X.6

Original issue reported on code.google.com by carnioja...@gmail.com on 29 Nov 2010 at 5:31

GoogleCodeExporter commented 9 years ago
While I acknowledge this as a deficiency, it's very low on my list of things to 
do. I've never used 'complex' in Python and it's quite a bit of code to do, so 
unless someone's really clamouring for it...

Original comment by sgraham on 30 Nov 2010 at 5:51

GoogleCodeExporter commented 9 years ago

Original comment by sgraham on 30 Nov 2010 at 5:51