Message336519
| 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:03 | dimpase | set | recipients: + dimpase |
| 2019-02-25 13:47:03 | dimpase | set | messageid: <1551102423.19.0.037549170544.issue36106@roundup.psfhosted.org> |
| 2019-02-25 13:47:03 | dimpase | link | issue36106 messages |
| 2019-02-25 13:47:03 | dimpase | create | |