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 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:17nagayevsetrecipients: + nagayev
2019-03-07 20:21:17nagayevsetmessageid: <1551990077.56.0.757483742066.issue36228@roundup.psfhosted.org>
2019-03-07 20:21:17nagayevlinkissue36228 messages
2019-03-07 20:21:17nagayevcreate