Problem with complex numbers

Christian Heimes lists at cheimes.de
Sat Mar 22 18:29:10 EDT 2008


Matthias Götz schrieb:
> So can you tell me what's the purpose of Complex.py,
> 
> and where can i find the semantic i'am looking for.

Well, the file is in the Demo folder. It's just a demo how to implement
a naive complex type in Python.

Why do you think the power of a complex to a complex is not defined?
Raising a complex to a complex power is well defined, although the
mathematical proof isn't trivial. You have to use the Euler form. Ask
Google for some examples

Christian




More information about the Python-list mailing list