This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author alexanro
Recipients
Date 2004-10-25.10:09:23
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I am not sure if this is a bug or not, but I'm very curious 
of the reason for the following result: 
 
>>> from math import * 
>>> theta = pi 
>>> 
e**(complex(0,1)*theta)==cos(theta)+complex(0,1)*sin(theta) 
False 
 
 
This is supposed to be True, unless I've made some typo 
or made some other mistake. It's a version of Euler's 
equation. 
History
Date User Action Args
2007-08-23 14:27:00adminlinkissue1053629 messages
2007-08-23 14:27:00admincreate