Message 366287 - Python tracker (original) (raw)
Message366287
Author | serhiy.storchaka |
---|---|
Recipients | josh.r, mark.dickinson, rhettinger, rushilu, serhiy.storchaka, steven.daprano, tim.peters |
Date | 2020-04-13.08:48:55 |
SpamBayes Score | -1.0 |
Marked as misclassified | Yes |
Message-id | 1586767735.82.0.866340668711.issue40269@roundup.psfhosted.org |
In-reply-to |
Content |
---|
It is a known issue, but I have no references to previous discussions. Outputting numbers with decimal point will not help in case of complex(-0.0, 1.0). Maybe the only way to solve this problem is to implement special Imaginary type (as a subclass of complex). |
History | |||
---|---|---|---|
Date | User | Action | Args |
2020-04-13 08:48:55 | serhiy.storchaka | set | recipients: + serhiy.storchaka, tim.peters, rhettinger, mark.dickinson, steven.daprano, josh.r, rushilu |
2020-04-13 08:48:55 | serhiy.storchaka | set | messageid: 1586767735.82.0.866340668711.issue40269@roundup.psfhosted.org |
2020-04-13 08:48:55 | serhiy.storchaka | link | issue40269 messages |
2020-04-13 08:48:55 | serhiy.storchaka | create |