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 Sergey.Kirpichev
Recipients Evelyn Mitchell, Sergey.Kirpichev, mark.dickinson, ned.deily
Date 2021-04-22.05:13:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619068425.16.0.640232032126.issue27763@roundup.psfhosted.org>
In-reply-to
Content
> We're testing the cmath functions on complex number inputs

Indeed.  Also, for abs(complex) - there is test_abs() in the test_complex.py.

> The complex number creation from both strings and pairs of floats should be tested independently, of course.

It seems, there are such tests as well.  E.g. test_constructor() in the same file.

Mark, perhaps this can be closed?
History
Date User Action Args
2021-04-22 05:13:45Sergey.Kirpichevsetrecipients: + Sergey.Kirpichev, mark.dickinson, ned.deily, Evelyn Mitchell
2021-04-22 05:13:45Sergey.Kirpichevsetmessageid: <1619068425.16.0.640232032126.issue27763@roundup.psfhosted.org>
2021-04-22 05:13:45Sergey.Kirpichevlinkissue27763 messages
2021-04-22 05:13:45Sergey.Kirpichevcreate