Message 337431 - Python tracker (original) (raw)
Message337431
Author | nagayev |
---|---|
Recipients | nagayev |
Date | 2019-03-07.20:21:17 |
SpamBayes Score | -1.0 |
Marked as misclassified | Yes |
Message-id | 1551990077.56.0.757483742066.issue36228@roundup.psfhosted.org |
In-reply-to |
Content |
---|
I think complex object should have methods __float__ (returns real part) and __int__ (returns int(real)). Also I think we need floor and ceil methods om cmath module. I think, these functions are useful. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2019-03-07 20:21:17 | nagayev | set | recipients: + nagayev |
2019-03-07 20:21:17 | nagayev | set | messageid: 1551990077.56.0.757483742066.issue36228@roundup.psfhosted.org |
2019-03-07 20:21:17 | nagayev | link | issue36228 messages |
2019-03-07 20:21:17 | nagayev | create |