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 ronaldoussoren
Recipients ejguan, paul.moore, ronaldoussoren, steve.dower, tim.golden, zach.ware
Date 2020-10-25.10:12:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1603620768.16.0.906775320065.issue42120@roundup.psfhosted.org>
In-reply-to
Content
The standard is for copysign to work on doubles, with copysignf as the same functionality for floats.


https://en.cppreference.com/w/c/numeric/math/copysign
History
Date User Action Args
2020-10-25 10:12:48ronaldoussorensetrecipients: + ronaldoussoren, paul.moore, tim.golden, zach.ware, steve.dower, ejguan
2020-10-25 10:12:48ronaldoussorensetmessageid: <1603620768.16.0.906775320065.issue42120@roundup.psfhosted.org>
2020-10-25 10:12:48ronaldoussorenlinkissue42120 messages
2020-10-25 10:12:48ronaldoussorencreate