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 dimpase
Recipients dimpase
Date 2019-02-25.13:47:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551102423.19.0.037549170544.issue36106@roundup.psfhosted.org>
In-reply-to
Content
The standard math library (libm) may follow IEEE-754 recommendation to
include an implementation of sinPi(), i.e. sinPi(x):=sin(pi*x).
And this triggers a name clash, found by FreeBSD developer
Steve Kargl, who worken on putting sinpi into libm used on FreeBSD
(it has to be named "sinpi", not "sinPi", cf. e.g.
https://en.cppreference.com/w/c/experimental/fpext4)
History
Date User Action Args
2019-02-25 13:47:03dimpasesetrecipients: + dimpase
2019-02-25 13:47:03dimpasesetmessageid: <1551102423.19.0.037549170544.issue36106@roundup.psfhosted.org>
2019-02-25 13:47:03dimpaselinkissue36106 messages
2019-02-25 13:47:03dimpasecreate